Exception: CannotScrambleStringSame

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Input must have at least two unique letters!") ⇒ CannotScrambleStringSame

Returns a new instance of CannotScrambleStringSame.



32
33
34
# File 'lib/exceptions.rb', line 32

def initialize(msg = "Input must have at least two unique letters!")
	super
end