Source code for pyinaturalist.exceptions

[docs]class AuthenticationError(Exception): pass
[docs]class ObservationNotFound(Exception): pass