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
Branches
Tags
No related merge requests found
Pipeline #24512 passed
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
namespace UnicaenParametre\Exception; namespace UnicaenParametre\Exception;
use Exception; use RuntimeException;
class ParametreMalTypeException extends Exception {} class ParametreMalTypeException extends RuntimeException {}
\ No newline at end of file \ No newline at end of file
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
namespace UnicaenParametre\Exception; namespace UnicaenParametre\Exception;
use Exception; use RuntimeException;
class ParametreNotFoundException extends Exception {} class ParametreNotFoundException extends RuntimeException {}
\ No newline at end of file \ 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