From 86eee92e4afa63afdc01d309c304ab03fa9326a1 Mon Sep 17 00:00:00 2001 From: Guillermo Dev Date: Sat, 1 Dec 2018 20:24:25 +0100 Subject: [PATCH] new exception class for when something is not implemented or restricted on purpose --- .../BehaviorImplementationRefusedException.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Exception/BehaviorImplementationRefusedException.php diff --git a/src/Exception/BehaviorImplementationRefusedException.php b/src/Exception/BehaviorImplementationRefusedException.php new file mode 100644 index 0000000..6cf8f72 --- /dev/null +++ b/src/Exception/BehaviorImplementationRefusedException.php @@ -0,0 +1,11 @@ +