Exception: Micro::Case::Error::UndefinedFlow
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Micro::Case::Error::UndefinedFlow
- Defined in:
- lib/micro/case/error.rb
Instance Method Summary collapse
-
#initialize ⇒ UndefinedFlow
constructor
A new instance of UndefinedFlow.
Constructor Details
#initialize ⇒ UndefinedFlow
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 |