Sha256: f991a12893a2b4d178d0a36d9d22cfcd8c69d194587fc6380b6496960b4d4dad

Contents?: true

Size: 150 Bytes

Versions: 20

Compression:

Stored size: 150 Bytes

Contents

module MoreMath
  module Exceptions
    class MoreMathException < StandardError; end
    class DivergentException < MoreMathException ; end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
more_math-1.3.0 lib/more_math/exceptions.rb
more_math-1.2.2 lib/more_math/exceptions.rb
more_math-1.2.1 lib/more_math/exceptions.rb
more_math-1.2.0 lib/more_math/exceptions.rb
more_math-1.1.0 lib/more_math/exceptions.rb
more_math-1.0.2 lib/more_math/exceptions.rb
more_math-1.0.1 lib/more_math/exceptions.rb
more_math-1.0.0 lib/more_math/exceptions.rb
more_math-0.4.0 lib/more_math/exceptions.rb
more_math-0.3.3 lib/more_math/exceptions.rb
more_math-0.3.2 lib/more_math/exceptions.rb
more_math-0.3.1 lib/more_math/exceptions.rb
more_math-0.3.0 lib/more_math/exceptions.rb
more_math-0.2.1 lib/more_math/exceptions.rb
more_math-0.1.0 lib/more_math/exceptions.rb
more_math-0.0.4 lib/more_math/exceptions.rb
more_math-0.0.3 lib/more_math/exceptions.rb
more_math-0.0.2 lib/more_math/exceptions.rb
more_math-0.0.1 lib/more_math/exceptions.rb
more_math-0.0.0 lib/more_math/exceptions.rb