Exception: TD::MissingLibPathError
- Inherits:
-
StandardError
- Object
- StandardError
- TD::MissingLibPathError
- Defined in:
- lib/tdlib/errors.rb
Instance Method Summary collapse
-
#initialize(message = 'Please, configure the path to tdlibjson library') ⇒ MissingLibPathError
constructor
A new instance of MissingLibPathError.
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( = 'Please, configure the path to tdlibjson library') super end |