예제 #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();
 }