Exception: Micro::Case::Error::InvalidUseCases

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidUseCases

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