MediaWiki master
LogExceptionHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use ErrorException;
6use Exception;
7
29 public function onLogException( $e, $suppressed );
30}
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.