20 Zeilen
406 B
PHP
20 Zeilen
406 B
PHP
|
<?php
|
||
|
/**
|
||
|
* This file is part of MySQLDumper released under the GNU/GPL 2 license
|
||
|
* http://www.mysqldumper.net
|
||
|
*
|
||
|
* @package MySQLDumper
|
||
|
* @subpackage Config
|
||
|
* @version SVN: $Rev$
|
||
|
* @author $Author$
|
||
|
*/
|
||
|
/**
|
||
|
* Exception class for configuration class.
|
||
|
*
|
||
|
* @package MySQLDumper
|
||
|
* @subpackage Config
|
||
|
*/
|
||
|
class Msd_Config_Exception extends Msd_Exception
|
||
|
{
|
||
|
}
|