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