Exception: OpenIDTokenProxy::Token::Malformed
- Defined in:
- lib/openid_token_proxy/token/malformed.rb
Overview
Raised when a token could not be decoded
Instance Method Summary collapse
-
#initialize(message) ⇒ Malformed
constructor
A new instance of Malformed.
Methods inherited from Error
Constructor Details
#initialize(message) ⇒ Malformed
Returns a new instance of Malformed.
6 7 8 |
# File 'lib/openid_token_proxy/token/malformed.rb', line 6 def initialize() super "Token is malformed: #{}." end |