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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Appflow** service.
 */
class AppflowException extends AwsException {}