DIR: /proc/self/cwd/vendor/aws/aws-sdk-php/src/CodeCommit/Exception/ |
Current File : //proc/self/cwd/vendor/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php |
<?php namespace Aws\CodeCommit\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS CodeCommit** service. */ class CodeCommitException extends AwsException {} |