Exception: Micro::Case::Error::UndefinedFlow

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

Instance Method Summary collapse

Constructor Details

#initializeUndefinedFlow

Returns a new instance of UndefinedFlow.



37
# File 'lib/micro/case/error.rb', line 37

def initialize; super("This class hasn't declared its flow. Please, use the `flow()` macro to define one.".freeze); end