Source: show | on GitHub
# File activesupport/lib/active_support/testing/isolation.rb, line 8 8: def initialize(exception) 9: @message = "caught #{exception.class.name}: #{exception.message}" 10: @backtrace = exception.backtrace 11: end