From 50e56a86492bb837c52010a8696530aa584c4c60 Mon Sep 17 00:00:00 2001 From: Alannah Kearney Date: Sat, 25 May 2019 11:57:32 +1000 Subject: [PATCH] Added InputValidationFailedException exception --- .../Exceptions/InputValidationFailedException.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/Input/Exceptions/InputValidationFailedException.php 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); + } +}