Exception: Micro::Case::Error::InvalidInvocationOfTheThenMethod

Inherits:
StandardError
  • Object
show all
Defined in:
lib/micro/case/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(class_name) ⇒ InvalidInvocationOfTheThenMethod

Returns a new instance of InvalidInvocationOfTheThenMethod.



49
50
51
# File 'lib/micro/case/error.rb', line 49

def initialize(class_name)
  super("Invalid invocation of the #{class_name}then method")
end