Raised when preset is incompatible with current environment.
| 108 | |
| 109 | |
| 110 | class PresetCompatibilityError(PresetError): |
| 111 | """Raised when preset is incompatible with current environment.""" |
| 112 | pass |
| 113 | |
| 114 | |
| 115 | VALID_PRESET_TEMPLATE_TYPES = {"template", "command", "script"} |