|
|
|
|
|
by jtreminio
4689 days ago
|
|
Your framework may have been catching exceptions and continuing execution. If you want all errors displayed, you should tell PHP about it. In fact, it is recommended you display everything possible and code to strict standard while in dev. Doesn't sound like you were doing that. |
|