| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class ServiceUnavailableException extends RuntimeException |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * ServiceUnavailableException constructor. |
||
| 12 | * |
||
| 13 | * @param string $message |
||
| 14 | * @param int $code |
||
| 15 | * @param Throwable|null $previous |
||
| 16 | */ |
||
| 17 | public function __construct(string $message = '', int $code = 500, Throwable $previous = null) |
||
| 26 |