コード例 #1
0
 /**
  * Set the error mode to exceptions
  *
  * @param boolean $enabled Enable exceptions
  * @return void
  */
 public static function setExceptions($enabled = true)
 {
     self::$useExceptions = $enabled;
 }