Sha256: 57baaf2f2bc995e40ad17cd21d45e8f614eced63eb82ab313593b63b06a88f1a

Contents?: true

Size: 177 Bytes

Versions: 2

Compression:

Stored size: 177 Bytes

Contents

require_relative 'base_error'

# Namespace for the Opushon library.
module Opushon
  # Raised if min is greater than max.
  class MinIsGreaterThanMaxError < BaseError
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
opushon-0.1.1 lib/opushon/error/min_is_greater_than_max_error.rb
opushon-0.1.0 lib/opushon/error/min_is_greater_than_max_error.rb