class AsyncCable::Errors::StreamNameNotSet

@see AsyncCable::Connection#handle_open

Public Class Methods

new(class_name) click to toggle source
Calls superclass method
# File lib/async_cable/errors.rb, line 11
def initialize(class_name)
  super("#stream_for must be called with stream name in #{class_name}#on_open")
end