class NewRelic::Agent::LogEventAttributes::InvalidTypeError

Attributes

attribute[R]

Public Class Methods

new(attribute, msg = 'Invalid attribute type') click to toggle source
Calls superclass method
# File lib/new_relic/agent/log_event_attributes.rb, line 41
def initialize(attribute, msg = 'Invalid attribute type')
  @attribute = attribute
  super(msg)
end