Exception: GemCodebreaker::LengthError
- Inherits:
-
StandardError
- Object
- StandardError
- GemCodebreaker::LengthError
- Defined in:
- lib/gem_codebreaker/errors/length_error.rb
Overview
Error class to check user nickname
Instance Method Summary collapse
-
#initialize(message) ⇒ LengthError
constructor
A new instance of LengthError.
Constructor Details
#initialize(message) ⇒ LengthError
Returns a new instance of LengthError.
6 7 8 |
# File 'lib/gem_codebreaker/errors/length_error.rb', line 6 def initialize() super() end |