Exception: ActionCable::Connection::Subscriptions::ChannelNotFound
- Inherits:
-
Error
- Object
- StandardError
- Error
- ActionCable::Connection::Subscriptions::ChannelNotFound
- Defined in:
- lib/action_cable/connection/subscriptions.rb
Instance Method Summary collapse
-
#initialize(channel_id) ⇒ ChannelNotFound
constructor
A new instance of ChannelNotFound.
Constructor Details
#initialize(channel_id) ⇒ ChannelNotFound
Returns a new instance of ChannelNotFound.
24 25 26 |
# File 'lib/action_cable/connection/subscriptions.rb', line 24 def initialize(channel_id) super "Channel not found: #{channel_id}" end |