robotstxt-smtp-amazonses/vendor/aws/aws-sdk-php/src/AgentRegistry/Exception/AgentRegistryException.php
2026-08-18 07:00:18 +00:00

9 lines
212 B
PHP

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