Exception: Micro::Case::Error::InvalidUseCase

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidUseCase

Returns a new instance of InvalidUseCase.



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

def initialize; super('use case must be a kind or an instance of Micro::Case'.freeze); end