mirror of
https://github.com/retailcrm/transparent-email.git
synced 2024-11-21 21:06:04 +03:00
InvalidEmailException should extend \InvalidArgumentException
This commit is contained in:
parent
e1eedfff75
commit
545bdd4541
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
namespace bkrukowski\TransparentEmail\Emails;
|
namespace bkrukowski\TransparentEmail\Emails;
|
||||||
|
|
||||||
class InvalidEmailException extends \Exception
|
class InvalidEmailException extends \InvalidArgumentException
|
||||||
{
|
{
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user