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.



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

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