<?phpnamespace AwsEventBridgeException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Amazon EventBridge** service. */class EventBridgeException extends AwsException {}