<?php

/*
 * This file is part of the Limenius\Liform package.
 *
 * (c) Limenius <https://github.com/Limenius/>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Limenius\Liform\Exception;

/**
 * @author Nacho Martín <nacho@limenius.com>
 */
class TransformerException extends \RuntimeException
{
}
