Class: NATS::KeyValue::NoKeysFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/nats/io/kv/errors.rb

Overview

When there are no keys.

Instance Method Summary collapse

Instance Method Details

#to_sObject



65
66
67
# File 'lib/nats/io/kv/errors.rb', line 65

def to_s
  "nats: no keys found"
end