Class: OpenStax::RescueFrom::ExceptionCauseProxy

Inherits:
ExceptionProxy show all
Defined in:
lib/openstax/rescue_from/exception_cause_proxy.rb

Instance Attribute Summary

Attributes inherited from ExceptionProxy

#exception

Instance Method Summary collapse

Methods inherited from ExceptionProxy

#cause, #error_id, #extras, #first_backtrace_line, #friendly_message, #initialize, #message, #name, #sorry, #status, #status_code

Constructor Details

This class inherits a constructor from OpenStax::RescueFrom::ExceptionProxy

Instance Method Details

#logger_backtraceObject



4
5
6
# File 'lib/openstax/rescue_from/exception_cause_proxy.rb', line 4

def logger_backtrace
  first_backtrace_line
end