Exception: CodeError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Code must include only four digits from 1 to 6") ⇒ CodeError

Returns a new instance of CodeError.



4
5
6
# File 'lib/errors/code_error.rb', line 4

def initialize(msg = "Code must include only four digits from 1 to 6")
  super
end