Sha256: 822907fe0306b7aee5db4296e036248145efaf79e31caf4a01c6630b6596fbc9
Contents?: true
Size: 189 Bytes
Versions: 9
Compression:
Stored size: 189 Bytes
Contents
class TD::MissingLibPathError < StandardError def initialize(message = 'Please, configure the path to tdlibjson library') super end end class TD::TimeoutError < Timeout::Error end
Version data entries
9 entries across 9 versions & 1 rubygems