Add alaises for SystemException + ApplicationException, they are used so often

This commit is contained in:
Sam Georges 2014-09-26 18:10:43 +10:00
parent a4379e89b1
commit 3aaf50359b
1 changed files with 3 additions and 1 deletions

View File

@ -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',
];