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