Exception: Micro::Case::Error::InvalidUseCases
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Micro::Case::Error::InvalidUseCases
- Defined in:
- lib/micro/case/error.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidUseCases
constructor
A new instance of InvalidUseCases.
Constructor Details
#initialize ⇒ InvalidUseCases
Returns a new instance of InvalidUseCases.
29 |
# File 'lib/micro/case/error.rb', line 29 def initialize; super('argument must be a collection of `Micro::Case` classes'.freeze); end |