@@ -57,9 +57,9 @@ |
||
| 57 | 57 | * @param bool $render |
| 58 | 58 | */ |
| 59 | 59 | public static function showExceptionInView(Template $view, |
| 60 | - \Exception $e, |
|
| 61 | - $replace = null, |
|
| 62 | - $render = true) |
|
| 60 | + \Exception $e, |
|
| 61 | + $replace = null, |
|
| 62 | + $render = true) |
|
| 63 | 63 | { |
| 64 | 64 | switch (get_class($e)) { |
| 65 | 65 | case UpdatedMasterPassException::class: |