MediaWiki
master
LogExceptionHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use Throwable;
6
14
interface
LogExceptionHook
{
27
public
function
onLogException
( $e, $suppressed );
28
}
MediaWiki\Hook\LogExceptionHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LogExceptionHook.php:14
MediaWiki\Hook\LogExceptionHook\onLogException
onLogException( $e, $suppressed)
This hook is called before an exception (or PHP error) is logged.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
exception
Hook
LogExceptionHook.php
Generated on Sat Dec 21 2024 11:23:51 for MediaWiki by
1.10.0