Class: NATS::KeyValue::NoKeysFoundError
- Defined in:
- lib/nats/io/kv/errors.rb
Overview
When there are no keys.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
65 66 67 |
# File 'lib/nats/io/kv/errors.rb', line 65 def to_s "nats: no keys found" end |