<?phpnamespace AwsCodeArtifactException;use AwsExceptionAwsException;/** * Represents an error interacting with the **CodeArtifact** service. */class CodeArtifactException extends AwsException {}