new exception type

master
Guillermo Dev 7 years ago
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…
Cancel
Save