/** * Forget all stored exceptions. */ public static function reset() { self::$_exceptions = []; }
public static function reset() { self::$_exceptions = array(); }