Example #1
0
 public function callResourceAction()
 {
     if ($this->exception === null) {
         try {
             $this->router->callResourceAction();
         } catch (\Exception $e) {
             $this->handleException($e);
         }
     }
     return $this;
 }