class StackifyRubyAPM::Worker::ErrorMsg

@api private

Attributes

error[R]

Public Class Methods

new(error) click to toggle source
# File lib/stackify_apm/worker.rb, line 22
def initialize(error)
  @error = error
end