| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | final class DuplicateIdentityException extends RuntimeException |
||
| 26 | { |
||
| 27 | public function __construct(string $message = "", int $code = 0, Throwable $previous = null) |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * |
||
| 34 | * @return DuplicateIdentityException |
||
| 35 | */ |
||
| 36 | public static function forBootstrappingWithYubikeySecondFactor(NameId $nameId, Institution $institution): self |
||
| 47 |