# File lib/faraday/error.rb, line 21 def backtrace if @wrapped_exception @wrapped_exception.backtrace else super end end