Exception: MobileNotify::Apns::Connection::NotConnectedError

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

Instance Method Summary collapse

Constructor Details

#initialize(uri) ⇒ NotConnectedError

Returns a new instance of NotConnectedError.



11
12
13
# File 'lib/mobile_notify/apns/connection.rb', line 11

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