@@ -46,8 +46,7 @@ |
||
| 46 | 46 | try { |
| 47 | 47 | /** @noinspection PhpIncludeInspection */ |
| 48 | 48 | include $path; |
| 49 | - } |
|
| 50 | - catch (\Exception $exception) { |
|
| 49 | + } catch (\Exception $exception) { |
|
| 51 | 50 | ob_end_clean(); |
| 52 | 51 | throw $exception; |
| 53 | 52 | } |