Exception: Macros4Cuke::EmptyArgumentError

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

Overview

Raised when a sub-step has an empty or blank argument name.

Instance Method Summary collapse

Constructor Details

#initialize(aText) ⇒ EmptyArgumentError

Returns a new instance of EmptyArgumentError.



78
79
80
# File 'lib/macros4cuke/exceptions.rb', line 78

def initialize(aText)
  super("An empty or blank argument occurred in '#{aText}'.")
end