class MinMaxMismatch

Public Class Methods

new(msg = "Max is smaller than Min!") click to toggle source
Calls superclass method
# File lib/exceptions.rb, line 8
def initialize(msg = "Max is smaller than Min!")
        super
end