Rack::OAuth2::Server::Abstract::Error
# File lib/rack/oauth2/server/abstract/error.rb, line 50 def initialize(error = :forbidden, description = nil, options = {}) super 403, error, description, options end