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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon EventBridge Pipes** service.
 */
class PipesException extends AwsException {}