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