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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AppFabric** service.
 */
class AppFabricException extends AwsException {}