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
e86a90967e
bookstack
/
app
/
Exceptions
/
LdapException.php
8 lines
88 B
PHP
Raw
Normal View
History
Unescape
Escape
Apply fixes from StyleCI
2021-06-26 23:23:15 +08:00
<
?
php
namespace
BookStack\Exceptions
;
Updated laravel to 5.2 and started ldap implementation
2016-01-10 03:23:35 +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
class
LdapException
extends
PrettyException
{
}