diff --git a/src/Input/Exceptions/InputValidationFailedException.php b/src/Input/Exceptions/InputValidationFailedException.php new file mode 100644 index 0000000..fe3fe81 --- /dev/null +++ b/src/Input/Exceptions/InputValidationFailedException.php @@ -0,0 +1,14 @@ +getDisplayName(), $previous->getMessage()), $code, $previous); + } +}