Exception: MinMaxMismatch

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Max is smaller than Min!") ⇒ MinMaxMismatch

Returns a new instance of MinMaxMismatch.



8
9
10
# File 'lib/exceptions.rb', line 8

def initialize(msg = "Max is smaller than Min!")
	super
end