Home
last modified time | relevance | path

Searched refs:exceptionHandler (Results 1 – 4 of 4) sorted by last modified time

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php86 function exceptionHandler(Exception $exception) { function in Sabre\\DAV\\ServerEventsTest
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php148 protected $exceptionHandler; variable in Monolog\\Logger
472 $this->exceptionHandler = $callback;
479 return $this->exceptionHandler;
635 if (!$this->exceptionHandler) {
639 ($this->exceptionHandler)($e, $record);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/sentry/action/
H A Derrors.php142 public function exceptionHandler($e) function in action_plugin_sentry_errors