<?phpnamespace AwsEfsException;use AwsExceptionAwsException;/** * Amazon EFS exception. */class EfsException extends AwsException {}