View file core/libs/s3/vendor/aws/aws-sdk-php/src/ConnectParticipant/Exception/ConnectParticipantException.php

File size: 242B
<?php
namespace Aws\ConnectParticipant\Exception;

use Aws\Exception\AwsException;

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