BookStack/app/Exceptions
Dan Brown 6e098905d4
Theme: Added handling for functions.php file load error
This adds specific handling for functions.php error loading to re-throw
errors wrapped in a more descriptive message, to make it clear the error
is due to an issue in their functions.php file.

Decided to throw and stop, rather than ignore & continue, to be on the
safe side in the event auth-level (or other security level) customizations
have been made via functions.php.

Adds test to cover.
Closes #4504
2023-09-12 12:34:02 +01: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 Change JsonDebugException to Responsable interface 2023-06-16 09:53:12 +02:00
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
ThemeException.php Theme: Added handling for functions.php file load error 2023-09-12 12:34:02 +01:00
UserRegistrationException.php
UserTokenExpiredException.php
UserTokenNotFoundException.php
UserUpdateException.php