Exception: OpenIDTokenProxy::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/openid_token_proxy/error.rb

Instance Method Summary collapse

Instance Method Details

#to_jsonObject



3
4
5
# File 'lib/openid_token_proxy/error.rb', line 3

def to_json
  { error: message }
end