1
0
Fork 0
MySQLDumper/library/Msd/Exception.php

20 Zeilen
383 B
PHP

<?php
/**
* This file is part of MySQLDumper released under the GNU/GPL 2 license
* http://www.mysqldumper.net
*
* @package MySQLDumper
* @subpackage Exception
* @version SVN: $Rev$
* @author $Author$
*/
/**
* MySQLDumper Exception
*
* @package MySQLDumper
* @subpackage Exception
*/
class Msd_Exception extends Exception
{
}