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

use Aws\Exception\AwsException;

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