- Added a new invalid pass. exception

This commit is contained in:
Dave M. 2023-12-04 12:36:56 -05:00
parent 9570320a3b
commit 70daae93f5
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<?php
namespace Ulmus\User\Exception;
class InvalidPasswordException extends \Exception {}