Add alaises for SystemException + ApplicationException, they are used so often
This commit is contained in:
parent
a4379e89b1
commit
3aaf50359b
|
|
@ -51,5 +51,7 @@ return [
|
|||
'Backend' => 'Backend\Facades\Backend',
|
||||
'BackendMenu' => 'Backend\Facades\BackendMenu',
|
||||
'BackendAuth' => 'Backend\Facades\BackendAuth',
|
||||
'ValidationException' => 'October\Rain\Support\ValidationException',
|
||||
'SystemException' => 'System\Classes\SystemException',
|
||||
'ApplicationException' => 'System\Classes\ApplicationException',
|
||||
'ValidationException' => 'October\Rain\Support\ValidationException',
|
||||
];
|
||||
Loading…
Reference in New Issue