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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS AppSync** service.
 */
class AppSyncException extends AwsException {}