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

use Aws\Exception\AwsException;

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