Exception: AgentHarness::McpUnsupportedError
- Inherits:
-
ProviderError
- Object
- StandardError
- Error
- ProviderError
- AgentHarness::McpUnsupportedError
- Defined in:
- lib/agent_harness/errors.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(message = nil, provider: nil, **kwargs) ⇒ McpUnsupportedError
constructor
A new instance of McpUnsupportedError.
Constructor Details
#initialize(message = nil, provider: nil, **kwargs) ⇒ McpUnsupportedError
Returns a new instance of McpUnsupportedError.
71 72 73 74 |
# File 'lib/agent_harness/errors.rb', line 71 def initialize( = nil, provider: nil, **kwargs) @provider = provider super(, **kwargs) end |
Instance Attribute Details
#provider ⇒ Object (readonly)
Returns the value of attribute provider.
69 70 71 |
# File 'lib/agent_harness/errors.rb', line 69 def provider @provider end |