<?php
namespace AmazonProductAdvertising\Amazon;
/**
* @author Hiraq
* @link https://github.com/hiraq/php-amazon-pa-wrapper
* @package AmazonProductAdvertising
* @subpackage Amazon
* @name Exception
* @version 1.0
* @license BSD-3-Clause(http://www.opensource.org/licenses/BSD-3-Clause)
* @final
*/
final class Exception extends \Exception {
}