]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/SocialDriverNotConfigured.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / app / Exceptions / SocialDriverNotConfigured.php
index 35fd59e01c806113d83c48440774fd7b9a994363..c6f182b5556eadf9064855d9ec222b4290567bd9 100644 (file)
@@ -1,6 +1,7 @@
-<?php namespace Oxbow\Exceptions;
+<?php
 
+namespace BookStack\Exceptions;
 
-class SocialDriverNotConfigured extends \Exception
+class SocialDriverNotConfigured extends PrettyException
 {
-}
\ No newline at end of file
+}