# File lib/deep_test/spec/work_result.rb, line 6
6:       def initialize(identifier, error, output)
7:         @identifier, @output = identifier, output
8:         @error = MarshallableExceptionWrapper.new error if error
9:       end