]>
BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/LdapException.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'feature/public-login-redirect' of git://github.com/Xiphoseer/BookStack...
[bookstack]
/
app
/
Exceptions
/
LdapException.php
diff --git
a/app/Exceptions/LdapException.php
b/app/Exceptions/LdapException.php
index acdb243022850087193005b6eb82305beda826fa..f95e991d3c5bec2f350d1e6cb0c3cc8bf0dd0fb9 100644
(file)
--- a/
app/Exceptions/LdapException.php
+++ b/
app/Exceptions/LdapException.php
@@
-1,9
+1,6
@@
<?php namespace BookStack\Exceptions;
-
-use Exception;
-
-class LdapException extends Exception
+class LdapException extends PrettyException
{
-}
\ No newline at end of file
+}