MantisBT: master b3b5cc4a

Author Committer Branch Timestamp Parent
dregad dregad master 2018-05-13 08:45 master 963c06fe
Changeset

New error_convert_to_exception() function

This is a simplistic error handler to convert PHP errors to Exceptions.
It is used to temporarily override the default error handler, when it is
required to catch a PHP error (e.g. when unserializing data in install
helper functions).

mod - core/error_api.php Diff File