new exception type
parent
a00aaa037c
commit
8290415774
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Gbili\Exception;
|
||||
|
||||
/**
|
||||
* Use this in a getter whose property has not been set yet
|
||||
*/
|
||||
class BadArgumentException
|
||||
extends \Gbili\Exception\Exception
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue