mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
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 |
||
|---|---|---|
| .. | ||
| ApiAuthException.php | ||
| BookStackExceptionHandlerPage.php | ||
| ConfirmationEmailException.php | ||
| FileUploadException.php | ||
| Handler.php | ||
| HttpFetchException.php | ||
| ImageUploadException.php | ||
| JsonDebugException.php | ||
| LdapException.php | ||
| LoginAttemptEmailNeededException.php | ||
| LoginAttemptException.php | ||
| MoveOperationException.php | ||
| NotFoundException.php | ||
| NotifyException.php | ||
| PermissionsException.php | ||
| PrettyException.php | ||
| SamlException.php | ||
| SocialDriverNotConfigured.php | ||
| SocialSignInAccountNotUsed.php | ||
| SocialSignInException.php | ||
| StoppedAuthenticationException.php | ||
| ThemeException.php | ||
| UserRegistrationException.php | ||
| UserTokenExpiredException.php | ||
| UserTokenNotFoundException.php | ||
| UserUpdateException.php | ||