mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 18:42:00 -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
|
@ -34,7 +34,7 @@ try{
|
|||
header('Location: ' . $session->Url);
|
||||
}
|
||||
}
|
||||
catch(Exceptions\SeException $ex){
|
||||
catch(Exceptions\AppException $ex){
|
||||
// Login failed
|
||||
if($requestType == WEB){
|
||||
$_SESSION['email'] = $email;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue