www.gusucode.com > Elgg PHP开源SNS系统 V1.12.5源码程序 > elgg-1.12.5/vendor/knplabs/gaufrette/src/Gaufrette/Exception.php

    <?php

namespace Gaufrette;

/**
 * Interface for the Gaufrette related exceptions
 *
 * @author Antoine Hérault <antoine.herault@gmail.com>
 */
interface Exception
{
}