Exception: A2A::Errors::UnsupportedOperation
- Defined in:
- lib/a2a/errors.rb
Overview
Unsupported operation
Instance Attribute Summary
Attributes inherited from A2AError
Instance Method Summary collapse
-
#initialize(message = "Operation not supported", **options) ⇒ UnsupportedOperation
constructor
A new instance of UnsupportedOperation.
Methods inherited from A2AError
Constructor Details
#initialize(message = "Operation not supported", **options) ⇒ UnsupportedOperation
Returns a new instance of UnsupportedOperation.
151 152 153 |
# File 'lib/a2a/errors.rb', line 151 def initialize( = "Operation not supported", **) super(, code: -32_011, **) end |