<?php

namespace Twine\forms\helpers;

use Exception;

/**
 * Class ConfigurationException
 * Class to be thrown when forms code is used improperly.
 */
class ImproperUsageException extends Exception
{

}
