This commit is contained in:
Javier Casares 2026-08-18 07:00:18 +00:00
commit 77d0cea926
995 changed files with 28142 additions and 8603 deletions

View file

@ -0,0 +1,9 @@
<?php
namespace Aws\AgentRegistry\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Agent Registry** service.
*/
class AgentRegistryException extends AwsException {}