| Total Complexity | 3 | 
| Total Lines | 18 | 
| Duplicated Lines | 0 % | 
| Coverage | 55.56% | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 6 | class InvalidArgumentException extends \InvalidArgumentException  | 
            ||
| 7 | { | 
            ||
| 8 | public static function filterDoesNotExist(string $name): self  | 
            ||
| 9 |     { | 
            ||
| 10 |         return new self("Filter '$name' doesn't exist"); | 
            ||
| 11 | }  | 
            ||
| 12 | |||
| 13 | public static function binaryUuidTransformerMustBeProvided(): self  | 
            ||
| 16 | }  | 
            ||
| 17 | |||
| 18 | 1 | public static function invalidType(string $type, string $function): self  | 
            |
| 27 |