diff --git a/htdocs/core/class/dolexception.class.php b/htdocs/core/class/dolexception.class.php index 97d27b1b1a8..d736d55dcf8 100644 --- a/htdocs/core/class/dolexception.class.php +++ b/htdocs/core/class/dolexception.class.php @@ -19,15 +19,17 @@ * \file htdocs/core/class/dolexception.class.php * \ingroup core * \brief File of class for exceptions - * \version $Id: dolexception.class.php,v 1.3 2011/07/31 23:45:14 eldy Exp $ + * \version $Id: dolexception.class.php,v 1.4 2011/08/10 12:46:04 eldy Exp $ */ /** * \class DolException - * \brief Classe de la gestion des exceptions + * \brief Class to manage exceptions */ class DolException extends Exception { - + function DolException() + { + } }