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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with AWS Lambda
 */
class LambdaException extends AwsException {}