class Doorkeeper::OAuth::ErrorResponse
def exception_class
def exception_class return @exception_class if @exception_class raise NotImplementedError, "error response must define #exception_class" end
def exception_class return @exception_class if @exception_class raise NotImplementedError, "error response must define #exception_class" end