new exception type
This commit is contained in:
11
src/Exception/BadArgumentException.php
Normal file
11
src/Exception/BadArgumentException.php
Normal file
@@ -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
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user