10 lines
241 B
PHP
Executable File
10 lines
241 B
PHP
Executable File
<?php
|
|
namespace Aws\ConnectWisdomService\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **Amazon Connect Wisdom Service** service.
|
|
*/
|
|
class ConnectWisdomServiceException extends AwsException {}
|