class Rack::OAuth2::Server::Abstract::Forbidden
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 50 def initialize(error = :forbidden, description = nil, options = {}) super 403, error, description, options end