Skip to Content Skip to Search
Methods
N

Class Public methods

new(channel_id)

# File actioncable/lib/action_cable/connection/subscriptions.rb, line 24
def initialize(channel_id)
  super "Channel not found: #{channel_id}"
end