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

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidInvocationOfTheThenMethod

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