* @copyright 2010-2011 * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 * @version SVN: $Id$ * @link https://github.com/pce/config_lite */ /** * Config_Lite_Exception_InvalidArgument * * implements Config_Lite_Exception * * @category Configuration * @package Config_Lite * @author Patrick C. Engel * @copyright 2010-2011 * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 * @version Release: 0.1.5 * @link https://github.com/pce/config_lite */ class Config_Lite_Exception_InvalidArgument extends RuntimeException implements Config_Lite_Exception { }