Source code for polywrap_manifest.errors
"""This module contains Error types for the polywrap-manifest package."""
[docs]class DeserializeManifestError(ManifestError):
"""Raised when a manifest cannot be deserialized."""
__all__ = ["ManifestError", "DeserializeManifestError"]