Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
ExceededLoginAttemptsException | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | namespace App\Domain\User\Exception; |
4 | |
5 | use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; |
6 | |
7 | class ExceededLoginAttemptsException extends AccessDeniedHttpException |
8 | { |
9 | } |