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.



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

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