]>
BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/SocialDriverNotConfigured.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Aded roles API controller methods
[bookstack]
/
app
/
Exceptions
/
SocialDriverNotConfigured.php
diff --git
a/app/Exceptions/SocialDriverNotConfigured.php
b/app/Exceptions/SocialDriverNotConfigured.php
index 35fd59e01c806113d83c48440774fd7b9a994363..c6f182b5556eadf9064855d9ec222b4290567bd9 100644
(file)
--- a/
app/Exceptions/SocialDriverNotConfigured.php
+++ b/
app/Exceptions/SocialDriverNotConfigured.php
@@
-1,6
+1,7
@@
-<?php
namespace Oxbow\Exceptions;
+<?php
+namespace BookStack\Exceptions;
-class SocialDriverNotConfigured extends
\
Exception
+class SocialDriverNotConfigured extends
Pretty
Exception
{
-}
\ No newline at end of file
+}