Exception: NotNumber

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Input is not an integer!") ⇒ NotNumber

Returns a new instance of NotNumber.



14
15
16
# File 'lib/exceptions.rb', line 14

def initialize(msg = "Input is not an integer!")
	super
end