class NotNumber

Public Class Methods

new(msg = "Input is not an integer!") click to toggle source
Calls superclass method
# File lib/exceptions.rb, line 14
def initialize(msg = "Input is not an integer!")
        super
end