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