Exception: AgentClientProtocol::Validator::ValidationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/agent_client_protocol/validator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path, message) ⇒ ValidationError

Returns a new instance of ValidationError.



8
9
10
11
# File 'lib/agent_client_protocol/validator.rb', line 8

def initialize(path, message)
  @path = path
  super(message)
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



6
7
8
# File 'lib/agent_client_protocol/validator.rb', line 6

def path
  @path
end