class Macros4Cuke::EmptyArgumentError
Raised when a sub-step has an empty or blank argument name.
Public Class Methods
new(aText)
click to toggle source
Calls superclass method
# File lib/macros4cuke/exceptions.rb, line 78 def initialize(aText) super("An empty or blank argument occurred in '#{aText}'.") end