<?phpnamespace AwsPIException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Performance Insights** service. */class PIException extends AwsException {}