class Doorkeeper::Errors::BaseResponseError
Attributes
Public Class Methods
Source
# File lib/doorkeeper/errors.rb, line 47 def self.name_for_response self.name.demodulize.underscore.to_sym end
Source
# File lib/doorkeeper/errors.rb, line 43 def initialize(response) @response = response end