Exception: NameError
- Inherits:
-
StandardError
- Object
- StandardError
- NameError
- Defined in:
- lib/errors/name_error.rb
Instance Method Summary collapse
-
#initialize(msg = "Name should be longer than 3 chars and shorter than 20 chars!") ⇒ NameError
constructor
A new instance of NameError.
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 |