<?php

namespace AmpProject\Optimizer\Exception;

use AmpProject\Exception\AmpException;

/**
 * Marker interface to enable consumers to catch all exceptions for this particular library.
 *
 * @package ampproject/amp-toolbox
 */
interface AmpOptimizerException extends AmpException
{

}
