Exception: CodebrackerSimb::NameError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/codebracker_simb/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.



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

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