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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Connect Participant Service** service.
 */
class ConnectParticipantException extends AwsException {}