Source code for tom_common.exceptions

[docs] class ImproperCredentialsException(Exception): """ The ImproperCredentialsException should be used when authentication fails with an external service. This exception is specifically caught by a TOM Toolkit middleware in order to render an appropriate error message. """