示例#1
0
文件: Pel.php 项目: nao-pon/HypCommon
 /**
  * Clear list of stored exceptions.
  *
  * Use this function before a call to some method if you intend to
  * check for exceptions afterwards.
  */
 public static function clearExceptions()
 {
     self::$exceptions = array();
 }