Exception: MoreMath::Exceptions::MoreMathException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/more_math/exceptions.rb

Overview

Base exception class for all MoreMath exceptions

All custom exceptions in the MoreMath library inherit from this class

Examples:

Handling a MoreMath exception

begin
  # Some MoreMath operation
rescue MoreMath::Exceptions::MoreMathException => e
  puts "MoreMath error: #{e.message}"
end

Direct Known Subclasses

DivergentException