Example #1
0
 /**
  * 例外時に表示する文字列の定義
  * @param string $str 例外時に表示する文字列
  */
 public static function config_exception($str)
 {
     self::$exception_str = $str;
 }