Exception: Scalyr::Common::Util::MaxKeyCountError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/scalyr/common/util.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, sample_keys) ⇒ MaxKeyCountError

Returns a new instance of MaxKeyCountError.



6
7
8
9
# File 'lib/scalyr/common/util.rb', line 6

def initialize(message, sample_keys)
  @message = message
  @sample_keys = sample_keys
end

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message.



4
5
6
# File 'lib/scalyr/common/util.rb', line 4

def message
  @message
end

#sample_keysObject (readonly)

Returns the value of attribute sample_keys.



4
5
6
# File 'lib/scalyr/common/util.rb', line 4

def sample_keys
  @sample_keys
end