Files
be-accone/vendor/aws_sdk/Aws/CustomerProfiles/Exception/CustomerProfilesException.php

10 lines
236 B
PHP

<?php
namespace Aws\CustomerProfiles\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon Connect Customer Profiles** service.
*/
class CustomerProfilesException extends AwsException {}