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