hyperboria/nexus/hub/exceptions.py
the-superpirate 43a4d0e17f - feat: Open Hub API
GitOrigin-RevId: dd347635b52b69451a50cca3163fbfbcefb8561e
2021-04-09 15:32:52 +03:00

14 lines
273 B
Python

from izihawa_utils.exceptions import BaseError
class FileTooBigError(BaseError):
code = 'file_too_big_error'
class UnavailableMetadataError(BaseError):
code = 'unavailable_metadata_error'
class UnparsableDoiError(BaseError):
code = 'unparsable_doi_error'