Package openid :: Package server :: Module server :: Class MalformedTrustRoot
[frames] | no frames]

Class MalformedTrustRoot

source code

exceptions.Exception --+    
                       |    
           ProtocolError --+
                           |
                          MalformedTrustRoot

The trust root is not well-formed.


See Also: OpenID Specs, openid.trust_root

Instance Methods [hide private]

Inherited from ProtocolError: __init__, encodeToKVForm, encodeToURL, getReturnTo, hasReturnTo, toMessage, whichEncoding

Inherited from exceptions.Exception: __getitem__, __str__


Instance Variables [hide private]

Inherited from ProtocolError: message