mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 14:20:29 -04:00
Rename SeException class to AppException
This commit is contained in:
parent
3a02ab281d
commit
12cf83a843
39 changed files with 45 additions and 45 deletions
|
@ -1,7 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class ValidationException extends SeException{
|
||||
class ValidationException extends AppException{
|
||||
public $Exceptions = [];
|
||||
public $HasExceptions = false;
|
||||
public $IsFatal = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue