DIR: /var/www/devs.lapieza.net/vendor/aws/aws-sdk-php/src/CodeCommit/Exception/ |
Current File : /var/www/devs.lapieza.net/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 {} |