Exception: Micro::Case::Error::InvalidInvocationOfTheThenMethod
- Inherits:
-
StandardError
- Object
- StandardError
- Micro::Case::Error::InvalidInvocationOfTheThenMethod
- Defined in:
- lib/micro/case/error.rb
Instance Method Summary collapse
-
#initialize(class_name) ⇒ InvalidInvocationOfTheThenMethod
constructor
A new instance of InvalidInvocationOfTheThenMethod.
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 |