new exception class for when something is not implemented or restricted on purpose
parent
8290415774
commit
86eee92e4a
@ -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
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue