Skip to content
Snippets Groups Projects
Commit c959f2fe authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

ParametreMalTypeException est une RuntimeException !

parent 5ee55b27
No related tags found
1 merge request!2ParametreMalTypeException est une RuntimeException !
Pipeline #19100 passed
...@@ -4,4 +4,4 @@ namespace parametre\src\UnicaenParametre\Exception; ...@@ -4,4 +4,4 @@ namespace parametre\src\UnicaenParametre\Exception;
use Exception; use Exception;
class ParametreMalTypeException extends Exception {} class ParametreMalTypeException 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