Exception: CodebreakerVolkova::Errors::EmptyStringError
- Inherits:
-
StandardError
- Object
- StandardError
- CodebreakerVolkova::Errors::EmptyStringError
- Defined in:
- lib/codebreaker_volkova/errors/empty_string_error.rb
Instance Method Summary collapse
-
#initialize ⇒ EmptyStringError
constructor
A new instance of EmptyStringError.
Constructor Details
#initialize ⇒ EmptyStringError
Returns a new instance of EmptyStringError.
6 7 8 |
# File 'lib/codebreaker_volkova/errors/empty_string_error.rb', line 6 def initialize super('Parameter must be not empty!') end |