Method: CircleCIReporter::RequestError#initialize

Defined in:
lib/circleci_reporter/errors.rb

#initialize(message, resp) ⇒ RequestError



11
12
13
14
15
# File 'lib/circleci_reporter/errors.rb', line 11

def initialize(message, resp)
  @message = message
  @resp = resp
  super(message)
end