# File lib/deep_test/test/extensions/error.rb, line 8
 8:       def make_exception_marshallable
 9:         return if @exception.kind_of?(DeepTest::MarshallableExceptionWrapper)
10:         @exception = DeepTest::MarshallableExceptionWrapper.new(@exception)
11:       end