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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS App Runner** service.
 */
class AppRunnerException extends AwsException {}