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