not found exception: print 4in1 by default
This commit is contained in:
parent
50656078a6
commit
2a19dfe87e
@ -4,7 +4,7 @@ namespace exceptions;
|
|||||||
|
|
||||||
class NotFoundException extends \BadMethodCallException {
|
class NotFoundException extends \BadMethodCallException {
|
||||||
|
|
||||||
public function __construct(string $message = '') {
|
public function __construct(string $message = '4in1') {
|
||||||
parent::__construct($message, 404);
|
parent::__construct($message, 404);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user