Exception: Micro::Case::Error::InvalidResultInstance

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidResultInstance

Returns a new instance of InvalidResultInstance.



41
# File 'lib/micro/case/error.rb', line 41

def initialize; super('argument must be an instance of Micro::Case::Result'.freeze); end