<?php
namespace Aws\PartnerCentralAccount\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Partner Central Account API** service.
 */
class PartnerCentralAccountException extends AwsException {}
