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