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

use Aws\Exception\AwsException;

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