Files
be-accone/vendor/aws_sdk/Aws/VerifiedPermissions/Exception/VerifiedPermissionsException.php

10 lines
237 B
PHP

<?php
namespace Aws\VerifiedPermissions\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon Verified Permissions** service.
*/
class VerifiedPermissionsException extends AwsException {}