Source code for tilezilla.errors

""" Errors generated by this module
"""


[docs]class ConfigException(Exception): pass
[docs]class FillValueException(Exception): """ All of a tile is "fill" values """ pass
[docs]class ProductNotFoundException(Exception): pass
[docs]class UnknownProductException(Exception): pass
[docs]class ConsistencyError(Exception): pass