| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php namespace Distilleries\Expendable\Http\Controllers\Backend\Base; |
||
| 5 | class ErrorController extends BaseController { |
||
| 6 | |||
| 7 | |||
| 8 | protected $layout = 'expendable::admin.layout.error'; |
||
| 9 | 2 | public function display(Exception $exception, $code) |
|
| 26 | } |
||
| 27 | |||
| 28 | // ------------------------------------------------------------------------------------------------ |
||
| 29 | // ------------------------------------------------------------------------------------------------ |
||
| 30 | // ------------------------------------------------------------------------------------------------ |
||
| 31 | |||
| 32 | 2 | protected function initStaticPart() |
|
| 35 | } |
||
| 36 | } |