Exception: A2A::Errors::NotFound
- Defined in:
- lib/a2a/errors.rb
Overview
Not found (generic)
Instance Attribute Summary
Attributes inherited from A2AError
Instance Method Summary collapse
-
#initialize(message = "Not found", **options) ⇒ NotFound
constructor
A new instance of NotFound.
Methods inherited from A2AError
Constructor Details
#initialize(message = "Not found", **options) ⇒ NotFound
Returns a new instance of NotFound.
158 159 160 |
# File 'lib/a2a/errors.rb', line 158 def initialize( = "Not found", **) super(, code: -32_404, **) end |