@@ -95,7 +95,7 @@  | 
                                                    ||
| 95 | 95 | ->getMethod($this->method)  | 
                                                        
| 96 | 96 | ->invokeArgs(new $this->controller, $this->parameters);  | 
                                                        
| 97 | 97 |          } catch (\ReflectionException $e) { | 
                                                        
| 98 | - throw new CfarException(CfarException::INVALID_DECLARATION . ". " . $e->getMessage());  | 
                                                        |
| 98 | + throw new CfarException(CfarException::INVALID_DECLARATION.". ".$e->getMessage());  | 
                                                        |
| 99 | 99 | }  | 
                                                        
| 100 | 100 | }  | 
                                                        
| 101 | 101 | |