Exception: Micro::Case::Error::ResultIsAlreadyDefined
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Micro::Case::Error::ResultIsAlreadyDefined
- Defined in:
- lib/micro/case/error.rb
Instance Method Summary collapse
-
#initialize ⇒ ResultIsAlreadyDefined
constructor
A new instance of ResultIsAlreadyDefined.
Constructor Details
#initialize ⇒ ResultIsAlreadyDefined
Returns a new instance of ResultIsAlreadyDefined.
15 |
# File 'lib/micro/case/error.rb', line 15 def initialize; super('result is already defined'.freeze); end |