We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 413da18 + accb47f commit 45ae18aCopy full SHA for 45ae18a
src/AbstractValueParser.php
@@ -55,7 +55,7 @@ public function required($invalidValueMessage = null, $notFoundMessage = null)
55
$notFoundMessage = $this->config->getExceptionMessageFactory()->createNotFoundMessage($this->name);
56
}
57
58
- throw $this->config->getExceptionFactory()->createInvalidValueException($notFoundMessage);
+ throw $this->config->getExceptionFactory()->createNotFoundException($notFoundMessage);
59
60
61
return $this->value;
0 commit comments