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