<?phpnamespace AwsLicenseManagerException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS License Manager** service. */class LicenseManagerException extends AwsException {}