]>
BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/NotFoundException.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Images: Added nulling of image page relation on page delete
[bookstack]
/
app
/
Exceptions
/
NotFoundException.php
diff --git
a/app/Exceptions/NotFoundException.php
b/app/Exceptions/NotFoundException.php
index 94a4054152b6e9a1c3ad1e78d622ad1b0136eac0..016ee597f5528adeed9e40095bb3138777a30de0 100644
(file)
--- a/
app/Exceptions/NotFoundException.php
+++ b/
app/Exceptions/NotFoundException.php
@@
-1,8
+1,9
@@
-<?php namespace BookStack\Exceptions;
+<?php
+
+namespace BookStack\Exceptions;
class NotFoundException extends PrettyException
{
-
/**
* NotFoundException constructor.
*/