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