class NewRelic::Agent::LogEventAttributes::TruncationError
Attributes
attribute[R]
limit[R]
Public Class Methods
new(attribute, limit, msg = "Can't truncate")
click to toggle source
Calls superclass method
# File lib/new_relic/agent/log_event_attributes.rb, line 31 def initialize(attribute, limit, msg = "Can't truncate") @attribute = attribute @limit = limit super(msg) end