class TD::MissingLibPathError

Public Class Methods

new(message = 'Please, configure the path to tdlibjson library') click to toggle source
Calls superclass method
# File lib/tdlib/errors.rb, line 3
def initialize(message = 'Please, configure the path to tdlibjson library')
  super
end