| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | class HasherException extends BaseException |
||
| 24 | { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * |
||
| 28 | * @param string $algorithm |
||
| 29 | * @return self |
||
| 30 | */ |
||
| 31 | public static function algorithmNotSupported(string $algorithm): self |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * |
||
| 38 | * @return self |
||
| 39 | */ |
||
| 40 | public static function invalidBcryptCost(): self |
||
| 43 | } |
||
| 44 | } |