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

use Aws\Exception\AwsException;

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