From c1cbf1435af260b0135d715d3075cd0e9d143101 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 20 May 2016 18:50:56 +0000 Subject: [PATCH] mail : update exception message git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2721 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- mail.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail.php b/mail.php index 1e2f504..496c6ee 100644 --- a/mail.php +++ b/mail.php @@ -3,6 +3,7 @@ @package domframework @author Dominique Fournier */ +/** The class to create a complete email. Can read an email from a content */ class mail { @@ -1086,7 +1087,7 @@ class mail else { if (! array_key_exists ($sectionID, $this->sections)) - throw new \Exception ("Wanted section not found in addHeader", 404); + throw new \Exception ("Wanted section not found in delHeader", 404); $sectionMainID = $sectionID; } $found = false;