class Rack::OAuth2::Server::Abstract::ServerError
Public Class Methods
new(error = :forbidden, description = nil, options = {})
click to toggle source
Calls superclass method
Rack::OAuth2::Server::Abstract::Error.new
# File lib/rack/oauth2/server/abstract/error.rb, line 56 def initialize(error = :forbidden, description = nil, options = {}) super 500, error, description, options end