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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Security Lake** service.
 */
class SecurityLakeException extends AwsException {}