<?php

namespace Aws\Lambda\Exception;

use Aws\Common\Exception\ServiceResponseException;

/**
 * Exception thrown by the Lambda service client.
 */
class LambdaException extends ServiceResponseException {}
