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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Verified Permissions** service.
 */
class VerifiedPermissionsException extends AwsException {}