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