| 1 | <?php |
||
| 26 | final class InvalidComponentMethodException extends \BadMethodCallException |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * InvalidComponentMethodException |
||
| 30 | * |
||
| 31 | * @param string $message |
||
| 32 | * @param string $component_method |
||
| 33 | */ |
||
| 34 | 1 | public function __construct(string $message = 'null', string $component_method = 'unknown') |
|
| 44 | } |
||
| 45 |