From 47533f92649cb1082a83a7730c551e1ebf44d369 Mon Sep 17 00:00:00 2001 From: Guillermo Dev Date: Sat, 1 Dec 2018 20:25:53 +0100 Subject: [PATCH] added appropriate explanation for class --- src/Exception/BehaviorImplementationRefusedException.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Exception/BehaviorImplementationRefusedException.php b/src/Exception/BehaviorImplementationRefusedException.php index 6cf8f72..7b37db1 100644 --- a/src/Exception/BehaviorImplementationRefusedException.php +++ b/src/Exception/BehaviorImplementationRefusedException.php @@ -2,7 +2,9 @@ namespace Gbili\Exception; /** - * Use this in a getter whose property has not been set yet + * Use this in a behovior that is attempted to being used + * but that should not be, by design or in an attempt to + * enforce best practices */ class BehaviorImplementationRefusedException extends \Gbili\Exception\Exception