* (c) Bernhard Schussek * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ /** * This exception is thrown when a constraint fails. * * The message of the exception contains the detailed description why the * constraint failed. * * @package Lime * @author Bernhard Schussek * @version SVN: $Id: LimeConstraintException.php 23701 2009-11-08 21:23:40Z bschussek $ */ class LimeConstraintException extends Exception {}