diff --git a/src/Input/AbstractInputHandler.php b/src/Input/AbstractInputHandler.php index 89d4c00..4861a68 100644 --- a/src/Input/AbstractInputHandler.php +++ b/src/Input/AbstractInputHandler.php @@ -85,7 +85,7 @@ abstract class AbstractInputHandler implements Interfaces\InputHandlerInterface } } - throw new Exceptions\InputNotFoundException($name); + return null; } public function getInput(): array