@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | } |
| 75 | 75 | |
| 76 | 76 | /** |
| 77 | - * @param \Exception $exception |
|
| 77 | + * @param FlattenException $exception |
|
| 78 | 78 | * @param int $code |
| 79 | 79 | * @param array $templateData |
| 80 | 80 | * @param Request $request |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | /** |
| 95 | 95 | * Determines the status code to use for the response. |
| 96 | 96 | * |
| 97 | - * @param \Exception $exception |
|
| 97 | + * @param FlattenException $exception |
|
| 98 | 98 | * |
| 99 | 99 | * @return int |
| 100 | 100 | */ |
@@ -118,7 +118,7 @@ discard block |
||
| 118 | 118 | * |
| 119 | 119 | * @param string $currentContent |
| 120 | 120 | * @param int $code |
| 121 | - * @param \Exception $exception |
|
| 121 | + * @param FlattenException $exception |
|
| 122 | 122 | * @param DebugLoggerInterface $logger |
| 123 | 123 | * |
| 124 | 124 | * @return array |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | /** |
| 41 | 41 | * Resolves the value corresponding to an exception object. |
| 42 | 42 | * |
| 43 | - * @param \Exception $exception |
|
| 43 | + * @param FlattenException $exception |
|
| 44 | 44 | * |
| 45 | 45 | * @return mixed|false Value found or false is not found |
| 46 | 46 | */ |