new exception type

This commit is contained in:
Guillermo Dev
2018-12-01 15:26:31 +01:00
parent a00aaa037c
commit 8290415774

View 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
{
}