Exception: CodebreakerVolkova::Errors::NilStringError

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

Instance Method Summary collapse

Constructor Details

#initializeNilStringError

Returns a new instance of NilStringError.



6
7
8
# File 'lib/codebreaker_volkova/errors/nil_string_error.rb', line 6

def initialize
  super('Parameter must be not nil!')
end