Exception: CannotScrambleStringLetter

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Input cannot have only one letter!") ⇒ CannotScrambleStringLetter

Returns a new instance of CannotScrambleStringLetter.



26
27
28
# File 'lib/exceptions.rb', line 26

def initialize(msg = "Input cannot have only one letter!")
	super
end