<?php
namespace Aws\RTBFabric\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **RTBFabric** service.
 */
class RTBFabricException extends AwsException {}
