]>
BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/UserTokenNotFoundException.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Testing: Extracted copy tests to their own class
[bookstack]
/
app
/
Exceptions
/
UserTokenNotFoundException.php
diff --git
a/app/Exceptions/UserTokenNotFoundException.php
b/app/Exceptions/UserTokenNotFoundException.php
index 08c1fd830d167a5b875deba746e7ec2a2fa7d77d..db3df8a149f496cae319c8a464a82ca8a0f116bb 100644
(file)
--- a/
app/Exceptions/UserTokenNotFoundException.php
+++ b/
app/Exceptions/UserTokenNotFoundException.php
@@
-1,3
+1,7
@@
-<?php
namespace BookStack\Exceptions;
+<?php
-class UserTokenNotFoundException extends \Exception {}
\ No newline at end of file
+namespace BookStack\Exceptions;
+
+class UserTokenNotFoundException extends \Exception
+{
+}