]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/SocialDriverNotConfigured.php
Updated styles to use logical properties/values
[bookstack] / app / Exceptions / SocialDriverNotConfigured.php
index 35fd59e01c806113d83c48440774fd7b9a994363..1a5984c12df7b8a2967a455109e94433370314fb 100644 (file)
@@ -1,6 +1,6 @@
-<?php namespace Oxbow\Exceptions;
+<?php namespace BookStack\Exceptions;
 
-
-class SocialDriverNotConfigured extends \Exception
+class SocialDriverNotConfigured extends PrettyException
 {
-}
\ No newline at end of file
+
+}