Files
be-accone/vendor/aws_v3/Aws/WellArchitected/Exception/WellArchitectedException.php

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 {}