Exception: Micro::Cases::Error::InvalidUseCases

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidUseCases

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