Exception: Redis::KeyspaceNotifications::ParseError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
::Redis::BaseError,
StandardError
|
|
|
Instance Chain:
self,
::Redis::BaseError,
StandardError
|
|
| Inherits: |
Redis::BaseError
|
| Defined in: | lib/redis/keyspace_notifications.rb |
Overview
Raised when a message on a notification channel cannot be decoded.
Class Method Summary
Instance Attribute Summary
- #channel ⇒ String? readonly
- #payload ⇒ String? readonly
Constructor Details
.new(message, channel: nil, payload: nil) ⇒ ParseError
Instance Attribute Details
#channel ⇒ String? (readonly)
# File 'lib/redis/keyspace_notifications.rb', line 20
attr_reader :channel, :payload
#payload ⇒ String? (readonly)
# File 'lib/redis/keyspace_notifications.rb', line 20
attr_reader :channel, :payload