Example #1
0
 public function handle(\Throwable $throwable)
 {
     // echo '1';
     $pretty = new PrettyPageHandler();
     $pretty->setException($throwable);
     $pretty->setInspector(new Inspector($throwable));
     $pretty->handle();
 }