Source code for pyeudiw.trust.handler.exceptions

[docs] class InvalidTrustHandlerConfiguration(Exception): """ Exception raised when the configuration of a trust handler is invalid. """ pass