1 | <?php |
||
5 | final class UserNotFoundException extends \RuntimeException implements AuthenticationExceptionInterface |
||
6 | { |
||
7 | /** |
||
8 | * @param array $criteria |
||
9 | * |
||
10 | * @return UserNotFoundException |
||
11 | */ |
||
12 | public static function create(array $criteria): self |
||
16 | |||
17 | /** |
||
18 | * @param array $criteria |
||
19 | * |
||
20 | * @return string |
||
21 | */ |
||
22 | private static function getCriteriaAsSting(array $criteria): string |
||
31 | } |
||
32 |