- Added a new invalid pass. exception
This commit is contained in:
parent
9570320a3b
commit
70daae93f5
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
namespace Ulmus\User\Exception;
|
||||
|
||||
class InvalidPasswordException extends \Exception {}
|
Loading…
Reference in New Issue