Exception: Pact::InvalidInteractionError

Inherits:
Error
  • Object
show all
Defined in:
lib/pact/errors.rb

Overview

Raised when the interaction is not defined correctly

Instance Method Summary collapse

Constructor Details

#initialize(interaction) ⇒ InvalidInteractionError

Returns a new instance of InvalidInteractionError.



7
8
9
# File 'lib/pact/errors.rb', line 7

def initialize(interaction)
  super(build_message(interaction))
end