Exception: Rack::OAuth2::Server::Abstract::ServerError

Inherits:
Error
  • Object
show all
Defined in:
lib/rack/oauth2/server/abstract/error.rb

Instance Attribute Summary

Attributes inherited from Error

#description, #error, #realm, #status, #uri

Instance Method Summary collapse

Methods inherited from Error

#finish, #protocol_params

Constructor Details

#initialize(error = :server_error, description = nil, options = {}) ⇒ ServerError

Returns a new instance of ServerError.



57
58
59
# File 'lib/rack/oauth2/server/abstract/error.rb', line 57

def initialize(error = :server_error, description = nil, options = {})
  super 500, error, description, options
end