Home
last modified time | relevance | path

Searched refs:enableErrorHandler (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DError.php84 ->when($result = SUT::enableErrorHandler(false))
127 ->when($result = SUT::enableErrorHandler())
138 ->given(SUT::enableErrorHandler())
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DError.php80 public static function enableErrorHandler($enable = true) function in Hoa\\Exception\\Error