class method
self.new
Ruby on Rails edge
Since edgeSignature
self.new(identifier)
No documentation comment.
Parameters
-
identifierreq
Source
# File actioncable/lib/action_cable/connection/subscriptions.rb, line 42
def initialize(identifier)
super "Unable to find subscription with identifier: #{identifier}"
end
Defined in actioncable/lib/action_cable/connection/subscriptions.rb line 42
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::Subscriptions::UnknownSubscription