From f54854e39afa455e607289b4098e9b332a7ae25a Mon Sep 17 00:00:00 2001
From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr>
Date: Mon, 27 Mar 2023 12:37:58 +0200
Subject: [PATCH] ParametreBadTypeException

---
 .../Exception/ParametreBadTypeException.php                | 7 +++++++
 .../Exception/ParametreMalTypeException.php                | 7 -------
 2 files changed, 7 insertions(+), 7 deletions(-)
 create mode 100644 src/UnicaenParametre/Exception/ParametreBadTypeException.php
 delete mode 100644 src/UnicaenParametre/Exception/ParametreMalTypeException.php

diff --git a/src/UnicaenParametre/Exception/ParametreBadTypeException.php b/src/UnicaenParametre/Exception/ParametreBadTypeException.php
new file mode 100644
index 000000000..36a1b26a1
--- /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 8166bd7a8..000000000
--- 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
-- 
GitLab