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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the AWS Identity and Access Management service.
 */
class IamException extends AwsException {}