Exception: RootSolver::NoRootError
- Defined in:
- lib/root_solver.rb
Instance Method Summary collapse
-
#initialize(msg = "Root not found.") ⇒ NoRootError
constructor
A new instance of NoRootError.
Constructor Details
#initialize(msg = "Root not found.") ⇒ NoRootError
Returns a new instance of NoRootError.
94 95 96 |
# File 'lib/root_solver.rb', line 94 def initialize(msg = "Root not found.") super end |