<?php

namespace AmpProject\Exception;

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

}
