Source code for policyengine_core.warnings.libyaml_warning

[docs]class LibYAMLWarning(UserWarning): """ Custom warning for LibYAML not installed. """ pass