Exception: Msf::MCP::Config::ValidationError
- Defined in:
- lib/msf/core/mcp/errors.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(errors = {}) ⇒ ValidationError
constructor
A new instance of ValidationError.
Constructor Details
#initialize(errors = {}) ⇒ ValidationError
Returns a new instance of ValidationError.
19 20 21 22 |
# File 'lib/msf/core/mcp/errors.rb', line 19 def initialize(errors = {}) @errors = errors super() end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
17 18 19 |
# File 'lib/msf/core/mcp/errors.rb', line 17 def errors @errors end |