/home/mip/mip/vendor/aws/aws-sdk-php/src/WellArchitected/Exception/WellArchitectedException.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 {}