@@ -22,6 +22,10 @@ |
||
22 | 22 | */ |
23 | 23 | public $application; |
24 | 24 | |
25 | + /** |
|
26 | + * @param string $route |
|
27 | + * @param Application $application |
|
28 | + */ |
|
25 | 29 | public function __construct($route, $application, $code = 0, \Exception $previous = null) |
26 | 30 | { |
27 | 31 | $this->command = $route; |