Exception: Stealth::Flow::TransitionHalted
- Defined in:
- lib/stealth/flow/errors.rb
Instance Attribute Summary collapse
-
#halted_because ⇒ Object
readonly
Returns the value of attribute halted_because.
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ TransitionHalted
constructor
A new instance of TransitionHalted.
Constructor Details
#initialize(msg = nil) ⇒ TransitionHalted
12 13 14 15 |
# File 'lib/stealth/flow/errors.rb', line 12 def initialize(msg = nil) @halted_because = msg super msg end |
Instance Attribute Details
#halted_because ⇒ Object (readonly)
Returns the value of attribute halted_because.
10 11 12 |
# File 'lib/stealth/flow/errors.rb', line 10 def halted_because @halted_because end |