1 | <?php |
||
5 | class BadMethodCallException extends \BadMethodCallException |
||
6 | { |
||
7 | static public function classArgumentIsMandatory(string $implementation) |
||
13 | |||
14 | static public function setParentNotSupported(string $implementation) |
||
21 | |||
22 | static public function comparisonNotSupported(string $comparison) |
||
29 | } |
||
30 |