]>
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
Merge branch 'master' of git://github.com/Binternet/BookStack into Binternet-master
[bookstack]
/
app
/
Exceptions
/
SocialDriverNotConfigured.php
diff --git
a/app/Exceptions/SocialDriverNotConfigured.php
b/app/Exceptions/SocialDriverNotConfigured.php
index 35fd59e01c806113d83c48440774fd7b9a994363..1a5984c12df7b8a2967a455109e94433370314fb 100644
(file)
--- a/
app/Exceptions/SocialDriverNotConfigured.php
+++ b/
app/Exceptions/SocialDriverNotConfigured.php
@@
-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
+
+}