Total Complexity | 2 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
9 | class Oauth2UniqueTokenIdentifierConstraintViolationException extends UniqueTokenIdentifierConstraintViolationException implements |
||
10 | Oauth2ServerExceptionInterface |
||
11 | { |
||
12 | /** |
||
13 | * @inheritDoc |
||
14 | * @param null $message |
||
|
|||
15 | * @return static |
||
16 | */ |
||
17 | 2 | public static function create($errorMessage = null) |
|
26 |