added appropriate explanation for class

master
Guillermo Dev 7 years ago
parent 86eee92e4a
commit 47533f9264

@ -2,7 +2,9 @@
namespace Gbili\Exception; 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 class BehaviorImplementationRefusedException
extends \Gbili\Exception\Exception extends \Gbili\Exception\Exception

Loading…
Cancel
Save