| Total Complexity | 1 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class FrameworkNotSupportException extends \RuntimeException |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * FrameworkNotSupportException constructor. |
||
| 12 | * |
||
| 13 | * @param string $framework |
||
| 14 | * @param int $code |
||
| 15 | * @param \Throwable|null $previous |
||
| 16 | */ |
||
| 17 | public function __construct(string $framework, int $code = 0, \Throwable $previous = null) |
||
| 20 | } |
||
| 21 | } |