BookStack/app/Exceptions
Thomas Kuschan 74097bd47c Simplify ApiAuthException control flow
Remove unnecessary UnauthorizedException
and make ApiAuthException compatible with HttpExceptionInterface.

Move the creation of a rsponse for the exception
from ApiAuthenticate middleware into the application exception handler.
2023-06-16 10:00:02 +02:00
..
ApiAuthException.php Simplify ApiAuthException control flow 2023-06-16 10:00:02 +02:00
BookStackExceptionHandlerPage.php
ConfirmationEmailException.php
FileUploadException.php
Handler.php Refactor notify exception to clean up api exception handling 2023-06-14 11:08:20 +02:00
HttpFetchException.php
ImageUploadException.php
JsonDebugException.php
LdapException.php
LoginAttemptEmailNeededException.php
LoginAttemptException.php
MoveOperationException.php
NotFoundException.php
NotifyException.php Exceptions: Added some types, simplified some classes 2023-06-15 17:07:40 +01:00
PermissionsException.php
PrettyException.php Exceptions: Added some types, simplified some classes 2023-06-15 17:07:40 +01:00
SamlException.php
SocialDriverNotConfigured.php
SocialSignInAccountNotUsed.php
SocialSignInException.php
StoppedAuthenticationException.php
UserRegistrationException.php
UserTokenExpiredException.php
UserTokenNotFoundException.php
UserUpdateException.php