X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHooks.php;h=9e201a229a45398ff19bd8133392f4917fbbf242;hb=a5028bfe5f638e53ab002114435e8e480ef4bbc9;hp=c9c06793f807249c68980885f8a2f7d8ddfebc71;hpb=430ecafd87990e9daa706dcbb3b48be48f9b846c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Hooks.php b/includes/Hooks.php index c9c06793f8..9e201a229a 100644 --- a/includes/Hooks.php +++ b/includes/Hooks.php @@ -138,6 +138,8 @@ class Hooks { * @param $event String: event name * @param $args Array: parameters passed to hook functions * + * @throws MWException + * @throws FatalError * @return Boolean True if no handler aborted the hook */ public static function run( $event, $args = array() ) {