| 1 | <?php |
||
| 7 | class BadMethodCallException extends \BadMethodCallException |
||
| 8 | { |
||
| 9 | public static function classArgumentIsMandatory(string $implementation) |
||
| 15 | |||
| 16 | public static function setParentNotSupported(string $implementation) |
||
| 23 | |||
| 24 | public static function queryCountNotSupported(string $implementation) |
||
| 31 | |||
| 32 | public static function comparisonNotSupported(string $comparison) |
||
| 39 | } |
||
| 40 |