class NonExistentObjectError

Public Instance Methods

to_s() click to toggle source
# 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