class OpenIDTokenProxy::Token::UnverifiableSignature

Raised when a token's signature could not be verified

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/openid_token_proxy/token/unverifiable_signature.rb, line 6
def initialize
  super 'Token signature could not be verified.'
end