<?phpnamespace AwsCodeCommitException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS CodeCommit** service. */class CodeCommitException extends AwsException {}