Exception: NonExistentObjectError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- NonExistentObjectError
- Defined in:
- lib/easy_redis/errors/non_existent_object_error.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
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 |