Exception: Micro::Case::Error::InvalidResultType

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidResultType

Returns a new instance of InvalidResultType.



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

def initialize; super('type must be a Symbol'.freeze); end