]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/LdapException.php
Move logFailedAccess into Activity
[bookstack] / app / Exceptions / LdapException.php
index acdb243022850087193005b6eb82305beda826fa..f95e991d3c5bec2f350d1e6cb0c3cc8bf0dd0fb9 100644 (file)
@@ -1,9 +1,6 @@
 <?php namespace BookStack\Exceptions;
 
-
-use Exception;
-
-class LdapException extends Exception
+class LdapException extends PrettyException
 {
 
-}
\ No newline at end of file
+}