mirror of
https://github.com/retailcrm/transparent-email.git
synced 2025-04-05 23:03:34 +03:00
InvalidEmailException should extend \InvalidArgumentException
This commit is contained in:
parent
e1eedfff75
commit
545bdd4541
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
namespace bkrukowski\TransparentEmail\Emails;
|
||||
|
||||
class InvalidEmailException extends \Exception
|
||||
class InvalidEmailException extends \InvalidArgumentException
|
||||
{
|
||||
}
|
Loading…
Add table
Reference in a new issue