Exception: Micro::Case::Error::ResultIsAlreadyDefined

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

Instance Method Summary collapse

Constructor Details

#initializeResultIsAlreadyDefined

Returns a new instance of ResultIsAlreadyDefined.



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

def initialize; super('result is already defined'.freeze); end