Exception: Codebreaker::Errors::NameError
- Inherits:
-
StandardError
- Object
- StandardError
- Codebreaker::Errors::NameError
- Defined in:
- lib/codebraker_ov/utils/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ NameError
constructor
A new instance of NameError.
Constructor Details
#initialize ⇒ NameError
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 |