aboutsummaryrefslogtreecommitdiff
path: root/engine/exceptions/NotFoundException.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/exceptions/NotFoundException.php')
-rw-r--r--engine/exceptions/NotFoundException.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/engine/exceptions/NotFoundException.php b/engine/exceptions/NotFoundException.php
deleted file mode 100644
index 211106f..0000000
--- a/engine/exceptions/NotFoundException.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-class NotFoundException extends BadMethodCallException {
-
- public function __construct(string $message = '') {
- parent::__construct($message, 404);
- }
-
-} \ No newline at end of file