Exception: MTProto::PingMismatchError

Inherits:
Error
  • Object
show all
Defined in:
lib/mtproto/errors.rb

Instance Method Summary collapse

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