# File lib/deep_test/marshallable_exception_wrapper.rb, line 11 11: def ==(other) 12: classname == other.classname && 13: message == other.message && 14: backtrace == other.backtrace 15: end