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