summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/EventBridge/Exception/EventBridgeException.php
blob: 0ddebafe90001d945943f29a0251cf59bddaa6b9 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\EventBridge\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon EventBridge** service.
 */
class EventBridgeException extends AwsException {}