| Total Complexity | 4 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class VCardException extends \Exception |
||
| 12 | { |
||
| 13 | public static function forExistingProperty(PropertyInterface $property): self |
||
| 17 | ); |
||
| 18 | } |
||
| 19 | |||
| 20 | public static function forExistingPropertyParameter(PropertyParameterInterface $parameter): self |
||
| 24 | ); |
||
| 25 | } |
||
| 26 | |||
| 27 | public static function forNotAllowedNode(NodeInterface $node): self |
||
| 32 | ); |
||
| 33 | } |
||
| 34 | |||
| 35 | public static function forNotAllowedPropertyOnVCardKind(PropertyInterface $property, Kind $kind): self |
||
| 42 |