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 ⇒ InvalidInvocationOfTheThenMethod
constructor
A new instance of InvalidInvocationOfTheThenMethod.
Constructor Details
#initialize ⇒ InvalidInvocationOfTheThenMethod
Returns a new instance of InvalidInvocationOfTheThenMethod.
33 |
# File 'lib/micro/case/error.rb', line 33 def initialize; super('Invalid invocation of the Micro::Case::Result#then method'); end |