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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Inspector2** service.
 */
class Inspector2Exception extends AwsException {}