Source code for identixone.base.exceptions

[docs]class IdentixOneException(Exception): """Base for all errors produced by this library""" pass
[docs]class ImproperlyConfigured(IdentixOneException): """Errors that occur during configuration of Client""" pass