Source code for literature.exceptions

[docs]class AdaptorError(Exception): """The requested model field does not exist""" pass
[docs]class RemoteAdaptorError(Exception): """The requested model field does not exist""" pass