diff --git a/classes/exceptions/NotFoundException.php b/classes/exceptions/NotFoundException.php index bdf7fb1..3dfae00 100644 --- a/classes/exceptions/NotFoundException.php +++ b/classes/exceptions/NotFoundException.php @@ -4,7 +4,7 @@ namespace exceptions; class NotFoundException extends \BadMethodCallException { - public function __construct(string $message = '') { + public function __construct(string $message = '4in1') { parent::__construct($message, 404); }