CRMEB/crmeb/vendor/aws/aws-sdk-php/src/WellArchitected/Exception/WellArchitectedException.php
2023-09-19 17:39:39 +08:00

10 lines
227 B
PHP

<?php
namespace Aws\WellArchitected\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS Well-Architected Tool** service.
*/
class WellArchitectedException extends AwsException {}