# File lib/twitter/error.rb, line 31
    def backtrace
      @wrapped_exception ? @wrapped_exception.backtrace : super
    end