Exception: Macros4Cuke::DataTableNotFound

Inherits:
Macros4CukeError show all
Defined in:
lib/macros4cuke/exceptions.rb

Overview

Raised when one invokes a macro-step without a required data table argument

Instance Method Summary collapse

Constructor Details

#initialize(argName) ⇒ DataTableNotFound

Returns a new instance of DataTableNotFound.



68
69
70
# File 'lib/macros4cuke/exceptions.rb', line 68

def initialize(argName)
  super("The macro-step is missing a data table argument.")
end