PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
aws
/
aws-sdk-php
/
src
/
WellArchitected
/
Exception
/
Editing: 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 {}
SAVE
CANCEL