Exception: Laser::Analysis::ControlFlow::Simulation::ExitedNormally
- Inherits:
-
StandardError
- Object
- Exception
- StandardError
- Laser::Analysis::ControlFlow::Simulation::ExitedNormally
- Defined in:
- lib/laser/analysis/control_flow/simulation.rb
Constant Summary
Constant Summary
Constants inherited from Exception
Instance Attribute Summary (collapse)
-
- (Object) result
readonly
Returns the value of attribute result.
Instance Method Summary (collapse)
-
- (ExitedNormally) initialize(result)
constructor
A new instance of ExitedNormally.
Methods inherited from Exception
#backtrace, #set_backtrace, #to_s
Constructor Details
- (ExitedNormally) initialize(result)
A new instance of ExitedNormally
12 13 14 |
# File 'lib/laser/analysis/control_flow/simulation.rb', line 12 def initialize(result) @result = result end |
Instance Attribute Details
- (Object) result (readonly)
Returns the value of attribute result
11 12 13 |
# File 'lib/laser/analysis/control_flow/simulation.rb', line 11 def result @result end |