| 1 | <?php |
||
| 26 | final class InvalidComponentArgumentException extends \InvalidArgumentException |
||
| 27 | { |
||
| 28 | |||
| 29 | /** |
||
| 30 | * InvalidComponentArgumentException |
||
| 31 | * |
||
| 32 | * @param string $message |
||
| 33 | * @param string $component_method |
||
| 34 | */ |
||
| 35 | 2 | public function __construct(string $message = 'null', string $component_method = 'unknown') |
|
| 39 | } |
||
| 40 |