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

use Aws\Exception\AwsException;

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