Exception: NotString

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Input is not a string!") ⇒ NotString

Returns a new instance of NotString.



20
21
22
# File 'lib/exceptions.rb', line 20

def initialize(msg = "Input is not a string!")
	super
end