Exception: CannotScrambleArrayElement

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Input cannot have only one element!") ⇒ CannotScrambleArrayElement

Returns a new instance of CannotScrambleArrayElement.



50
51
52
# File 'lib/exceptions.rb', line 50

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