MediaWiki master
LogExceptionHook.php
Go to the documentation of this file.
1<?php
2
4
5use Throwable;
6
27 public function onLogException( $e, $suppressed );
28}
29
31class_alias( LogExceptionHook::class, 'MediaWiki\\Hook\\LogExceptionHook' );
This is a hook handler interface, see docs/Hooks.md.
onLogException( $e, $suppressed)
This hook is called before an exception (or PHP error) is logged.