Skip to Content Skip to Search
Methods
N

Class Public methods

new(identifier)

# File actioncable/lib/action_cable/connection/subscriptions.rb, line 42
def initialize(identifier)
  super "Unable to find subscription with identifier: #{identifier}"
end