Exception: RRT_RUBY::RRTGeneric::ModelException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- RRT_RUBY::RRTGeneric::ModelException
- Defined in:
- lib/rrt_ruby/rrt_generic.rb
Instance Method Summary collapse
-
#initialize(model) ⇒ ModelException
constructor
A new instance of ModelException.
Constructor Details
#initialize(model) ⇒ ModelException
Returns a new instance of ModelException.
212 213 214 |
# File 'lib/rrt_ruby/rrt_generic.rb', line 212 def initialize(model) @model=model end |