Exemplo n.º 1
0
 /**
  * Disable Eight exception handling.
  *
  * @return  void
  */
 public static function disable()
 {
     if (Eight_Exception::$enabled) {
         restore_exception_handler();
         Eight_Exception::$enabled = FALSE;
     }
 }