This website requires JavaScript.
Explore
Help
Sign In
Infra-Mirrors
/
BookStack
Watch
1
Star
0
Fork
0
You've already forked BookStack
mirror of
https://github.com/BookStackApp/BookStack.git
synced
2024-10-01 01:36:00 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
34d8268b2b
BookStack
/
app
/
Access
/
Oidc
/
OidcException.php
10 lines
99 B
PHP
Raw
Normal View
History
Unescape
Escape
Updated OIDC error handling for better error reporting Fixes issue where certain errors would not show to the user due to extra navigation jumps which lost the error message in the process. This simplifies and aligns exceptions with more directly handled exception usage at the controller level. Fixes #3264
2022-02-24 09:16:09 -05:00
<
?
php
Played around with a new app structure
2023-05-17 12:56:55 -04:00
namespace
BookStack\Access\Oidc
;
Updated OIDC error handling for better error reporting Fixes issue where certain errors would not show to the user due to extra navigation jumps which lost the error message in the process. This simplifies and aligns exceptions with more directly handled exception usage at the controller level. Fixes #3264
2022-02-24 09:16:09 -05:00
use
Exception
;
Applied latest StyleCI changes
2022-02-24 10:04:09 -05:00
class
OidcException
extends
Exception
{
}
Reference in New Issue
Copy Permalink