class Doorkeeper::Errors::BaseResponseError

def self.name_for_response

def self.name_for_response
  self.name.demodulize.underscore.to_sym
end

def initialize(response)

def initialize(response)
  @response = response
end