Exception: CodebreakerVolkova::Errors::EmptyStringError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/codebreaker_volkova/errors/empty_string_error.rb

Instance Method Summary collapse

Constructor Details

#initializeEmptyStringError

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