Exception: NameError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Name should be longer than 3 chars and shorter than 20 chars!") ⇒ NameError

Returns a new instance of NameError.



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

def initialize(msg = "Name should be longer than 3 chars and shorter than 20 chars!")
  super
end