Skip to content

Exception Handling

Colin Campbell edited this page Sep 23, 2015 · 2 revisions

Exception Handling

Since v4.0.0 errors are now only logged with trigger_erorr when running in backwards compatibility mode.
For all other usage, use PHP exception handling to deal with errors.

Clone this wiki locally