BookStack/app/Exceptions
Thomas Kuschan c35080d6ce Modify HttpFetchException handle to log exception
Within the flow of HttpFetchException, the actual exception from curl is preserved and logged. Make HttpFetchException a pretty exception for when it is shown to users.
2023-06-16 09:21:25 +02:00
..
ApiAuthException.php
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 Modify HttpFetchException handle to log exception 2023-06-16 09:21:25 +02:00
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
UnauthorizedException.php
UserRegistrationException.php
UserTokenExpiredException.php
UserTokenNotFoundException.php
UserUpdateException.php