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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **CodeArtifact** service.
 */
class CodeArtifactException extends AwsException {}