Exception: AsyncCable::Errors::StreamNameNotSet
- Defined in:
- lib/async_cable/errors.rb
Instance Method Summary collapse
-
#initialize(class_name) ⇒ StreamNameNotSet
constructor
A new instance of StreamNameNotSet.
Methods inherited from Error
Constructor Details
#initialize(class_name) ⇒ StreamNameNotSet
Returns a new instance of StreamNameNotSet.
10 11 12 |
# File 'lib/async_cable/errors.rb', line 10 def initialize(class_name) super("#stream_for must be called with stream name in #{class_name}#on_open") end |