Example #1
0
 public function setProperHeader(\Exception $exception)
 {
     if ($exception instanceof ClientShowException) {
         $exception->handleHeader();
     }
 }