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