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