class NotString
Public Class Methods
new(msg = "Input is not a string!")
click to toggle source
Calls superclass method
# File lib/exceptions.rb, line 20 def initialize(msg = "Input is not a string!") super end