Exception: ActionCable::Connection::Subscriptions::ChannelNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/action_cable/connection/subscriptions.rb

Instance Method Summary collapse

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