Source code for geowatch.exceptions

[docs] class MetadataNotFound(Exception): """ Thrown when metadata does not exist """ pass
[docs] class GeoMetadataNotFound(MetadataNotFound): """ Thrown when geographic metadata does not exist """ pass