class Her::Errors::ResponseError

Base class so that response errors can be handled generically.

Public Instance Methods

status() click to toggle source
# File lib/her/errors.rb, line 34
def status
  0
end