<?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 { }