diff --git a/src/UnicaenParametre/Exception/ParametreBadTypeException.php b/src/UnicaenParametre/Exception/ParametreBadTypeException.php new file mode 100644 index 0000000000000000000000000000000000000000..36a1b26a15fb75f64bcdd04cb8f156fcbef7559a --- /dev/null +++ b/src/UnicaenParametre/Exception/ParametreBadTypeException.php @@ -0,0 +1,7 @@ +<?php + +namespace UnicaenParametre\Exception; + +use Exception; + +class ParametreBadTypeException extends Exception {} diff --git a/src/UnicaenParametre/Exception/ParametreMalTypeException.php b/src/UnicaenParametre/Exception/ParametreMalTypeException.php deleted file mode 100644 index 8166bd7a873acc6dddcc89a3087318bf729d1475..0000000000000000000000000000000000000000 --- a/src/UnicaenParametre/Exception/ParametreMalTypeException.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php - -namespace parametre\src\UnicaenParametre\Exception; - -use Exception; - -class ParametreMalTypeException extends Exception {} \ No newline at end of file