예제 #1
0
 public function handleRequest()
 {
     try {
         $this->redirectOrHandleRequest();
     } catch (\Exception $uncaughtException) {
         $this->delegate->handleUncaughtException($uncaughtException);
     }
 }