예제 #1
0
파일: Handler.php 프로젝트: venta/framework
 public function handle(\Throwable $throwable)
 {
     // echo '1';
     $pretty = new PrettyPageHandler();
     $pretty->setException($throwable);
     $pretty->setInspector(new Inspector($throwable));
     $pretty->handle();
 }