class NewRelic::Agent::LogEventAttributes::InvalidTypeError
Attributes
Public Class Methods
Source
# File lib/new_relic/agent/log_event_attributes.rb, line 41 def initialize(attribute, msg = 'Invalid attribute type') @attribute = attribute super(msg) end
Calls superclass method