Exception: AgentClientProtocol::Validator::ValidationError
- Inherits:
-
StandardError
- Object
- StandardError
- AgentClientProtocol::Validator::ValidationError
- Defined in:
- lib/agent_client_protocol/validator.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path, message) ⇒ ValidationError
constructor
A new instance of ValidationError.
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, ) @path = path super() end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
6 7 8 |
# File 'lib/agent_client_protocol/validator.rb', line 6 def path @path end |