Exception: Codebreaker::Errors::NameError

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

Instance Method Summary collapse

Constructor Details

#initializeNameError

Returns a new instance of NameError.



10
11
12
# File 'lib/codebraker_ov/utils/errors.rb', line 10

def initialize
  super('Name must be 3-20 characters.')
end