]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/LdapException.php
respective book and chapter structure added.
[bookstack] / app / Exceptions / LdapException.php
index acdb243022850087193005b6eb82305beda826fa..6383f68bd4f641bbe83787088edf8726276242cf 100644 (file)
@@ -1,9 +1,7 @@
-<?php namespace BookStack\Exceptions;
+<?php
 
+namespace BookStack\Exceptions;
 
-use Exception;
-
-class LdapException extends Exception
+class LdapException extends PrettyException
 {
-
-}
\ No newline at end of file
+}