예제 #1
0
 /**
  * @return void
  */
 public function start()
 {
     $this->errorHandler->setEnabledLog(true);
     $this->errorHandler->registerErrorHandler(E_ALL | E_STRICT);
 }