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(, resp) = @resp = resp super() end |