Exception: MTProto::PingMismatchError
- Defined in:
- lib/mtproto/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'Ping ID mismatch') ⇒ PingMismatchError
constructor
A new instance of PingMismatchError.
Constructor Details
#initialize(msg = 'Ping ID mismatch') ⇒ PingMismatchError
Returns a new instance of PingMismatchError.
13 14 15 |
# File 'lib/mtproto/errors.rb', line 13 def initialize(msg = 'Ping ID mismatch') super end |