<?php
namespace Aws\ARCRegionSwitch\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **ARC - Region switch** service.
 */
class ARCRegionSwitchException extends AwsException {}
