new exception class for when something is not implemented or restricted on purpose
This commit is contained in:
11
src/Exception/BehaviorImplementationRefusedException.php
Normal file
11
src/Exception/BehaviorImplementationRefusedException.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Gbili\Exception;
|
||||
|
||||
/**
|
||||
* Use this in a getter whose property has not been set yet
|
||||
*/
|
||||
class BehaviorImplementationRefusedException
|
||||
extends \Gbili\Exception\Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user