class Hcheck::Errors::HTTPError

HTTP related error

Public Class Methods

new(msg) click to toggle source
Calls superclass method Hcheck::Errors::HcheckError::new
# File lib/hcheck/errors.rb, line 37
def initialize(msg)
  super("Couldn't get a successful response code. #{msg}")
end