]>
BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/PermissionsException.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Copying: Fixed issue with non-page links to page permalinks
[bookstack]
/
app
/
Exceptions
/
PermissionsException.php
diff --git
a/app/Exceptions/PermissionsException.php
b/app/Exceptions/PermissionsException.php
index ae4c676d67812d6544c2234a3463c1521fcf0e78..64da55d21f4df08c153a049aef207c46575ba3d6 100644
(file)
--- a/
app/Exceptions/PermissionsException.php
+++ b/
app/Exceptions/PermissionsException.php
@@
-1,6
+1,9
@@
-<?php
namespace BookStack\Exceptions;
+<?php
+namespace BookStack\Exceptions;
use Exception;
-class PermissionsException extends Exception {}
\ No newline at end of file
+class PermissionsException extends Exception
+{
+}