<?php
namespace Aws\Uxc\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS User Experience Customization** service.
 */
class UxcException extends AwsException {}
