Exception: TD::MissingLibPathError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tdlib/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Please, configure the path to tdlibjson library') ⇒ MissingLibPathError

Returns a new instance of MissingLibPathError.



2
3
4
# File 'lib/tdlib/errors.rb', line 2

def initialize(message = 'Please, configure the path to tdlibjson library')
  super
end