Skip to content
Snippets Groups Projects
Commit 5490f713 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Normalize syntax of class file

parent 9ef72f92
No related branches found
No related tags found
No related merge requests found
......@@ -17,18 +17,18 @@
*/
/**
* \file htdocs/core/exception.class.php
* \file htdocs/core/DolException.class.php
* \ingroup core
* \brief Fichier de la classe de gestion des exceptions
* \brief File of class for exceptions
* \version $Id$
*/
/**
* \class Dolibarr_Exception
* \class DolException
* \brief Classe de la gestion des exceptions
*/
class Dolibarr_Exception extends Exception
class DolException extends Exception
{
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment