This website requires JavaScript.
Explore
Help
Sign In
colin
/
bookstack
Watch
1
Star
0
Fork
You've already forked bookstack
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
03dbe32f99
bookstack
/
app
/
Exceptions
/
AuthException.php
7 lines
88 B
PHP
Raw
Normal View
History
Unescape
Escape
Added a friendlier error for LDAP new user mismatches
2016-04-03 18:16:49 +08:00
<
?
php
namespace
BookStack\Exceptions
;
Set /app PHP code to PSR-2 standard Also adde draw.io to attribution list. Closes #649
2018-01-29 00:58:52 +08:00
class
AuthException
extends
PrettyException
{
Added a friendlier error for LDAP new user mismatches
2016-04-03 18:16:49 +08:00
Set /app PHP code to PSR-2 standard Also adde draw.io to attribution list. Closes #649
2018-01-29 00:58:52 +08:00
}