mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-18 21:38:12 +00:00
10 lines
227 B
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 {}
|