Method: NonExistentObjectError#to_s

Defined in:
lib/easy_redis/errors/non_existent_object_error.rb

#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