]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/SocialDriverNotConfigured.php
#47 - Fixes the issues with the test case.
[bookstack] / app / Exceptions / SocialDriverNotConfigured.php
index 6e1b7622641ba3262a61e3b6d37cbcad4102a1c0..20a26c4c9036f30d7a2c5d29dc37540fca2259f4 100644 (file)
@@ -1,6 +1,4 @@
 <?php namespace BookStack\Exceptions;
 
 
-class SocialDriverNotConfigured extends \Exception
-{
-}
\ No newline at end of file
+class SocialDriverNotConfigured extends PrettyException {}
\ No newline at end of file