summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/WellArchitected/Exception/WellArchitectedException.php
blob: 44c99b4afb12187a688a3b57c0673e0d7c3c75c0 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\WellArchitected\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Well-Architected Tool** service.
 */
class WellArchitectedException extends AwsException {}