not found exception: print 4in1 by default

This commit is contained in:
E. S. 2023-12-31 10:38:03 +00:00
parent 50656078a6
commit 2a19dfe87e

View File

@ -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);
} }