Exception: PactBroker::Domain::WebhookRequestError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pact_broker/domain/webhook_request.rb

Instance Method Summary collapse

Constructor Details

#initialize(message, response) ⇒ WebhookRequestError

Returns a new instance of WebhookRequestError.



13
14
15
16
# File 'lib/pact_broker/domain/webhook_request.rb', line 13

def initialize message, response
  super message
  @response = response
end