예제 #1
0
 /**
  * Disable Whoops as the default error and exception handler used by PHP:
  */
 public function unregister()
 {
     $this->_whoops->unregister();
 }