Exception: NonExistentObjectError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/easy_redis/errors/non_existent_object_error.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



3
4
5
# File 'lib/easy_redis/errors/non_existent_object_error.rb', line 3

def to_s
  "Can not set value for nonexistent object's attributes"
end