Exception: MobileNotify::Apns::Connection::AlreadyConnectedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mobile_notify/apns/connection.rb

Instance Method Summary collapse

Constructor Details

#initialize(uri) ⇒ AlreadyConnectedError

Returns a new instance of AlreadyConnectedError.



17
18
19
# File 'lib/mobile_notify/apns/connection.rb', line 17

def initialize(uri)
  super("A connection to #{uri} has already been established.")
end