From 5334f87708c20416fb616d0f320c629e811a5eb3 Mon Sep 17 00:00:00 2001 From: Beatrycze Volk Date: Tue, 16 Apr 2024 17:21:40 +0200 Subject: [PATCH] Add `IncorrectValueInAttributeException` --- .../IncorrectValueInAttributeException.php | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/Mods/Exception/IncorrectValueInAttributeException.php diff --git a/src/Mods/Exception/IncorrectValueInAttributeException.php b/src/Mods/Exception/IncorrectValueInAttributeException.php new file mode 100644 index 0000000..f25a66b --- /dev/null +++ b/src/Mods/Exception/IncorrectValueInAttributeException.php @@ -0,0 +1,34 @@ +