<?phpnamespace AwsCodeStarException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS CodeStar** service. */class CodeStarException extends AwsException {}