Skip to content
Snippets Groups Projects
Commit 18e4c9ea authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Les exceptions du module sont des RuntimeExceptions

parent 8d86e4b6
No related branches found
No related tags found
No related merge requests found
Pipeline #24512 passed
......@@ -2,6 +2,6 @@
namespace UnicaenParametre\Exception;
use Exception;
use RuntimeException;
class ParametreMalTypeException extends Exception {}
\ No newline at end of file
class ParametreMalTypeException extends RuntimeException {}
\ No newline at end of file
......@@ -2,6 +2,6 @@
namespace UnicaenParametre\Exception;
use Exception;
use RuntimeException;
class ParametreNotFoundException extends Exception {}
\ No newline at end of file
class ParametreNotFoundException extends RuntimeException {}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment