From 591a7bacc59b852868e6c3b4e4e62a6a7ac14851 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sun, 15 May 2022 17:45:33 +0200 Subject: [PATCH] Add new exception MDInputTooLongException for overly long input strings --- .../generic/MDInputTooLongException.php | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 exceptions/generic/MDInputTooLongException.php diff --git a/exceptions/generic/MDInputTooLongException.php b/exceptions/generic/MDInputTooLongException.php new file mode 100644 index 0000000..6c6288f --- /dev/null +++ b/exceptions/generic/MDInputTooLongException.php @@ -0,0 +1,20 @@ +