From bafb3b9680925abcc0a0d997cde37b7cb5c62b26 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Wed, 27 Feb 2019 13:20:08 +0530 Subject: Made certificates available for case study project --- pdf/fpdf/doc/error.htm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 pdf/fpdf/doc/error.htm (limited to 'pdf/fpdf/doc/error.htm') diff --git a/pdf/fpdf/doc/error.htm b/pdf/fpdf/doc/error.htm new file mode 100755 index 0000000..49b6083 --- /dev/null +++ b/pdf/fpdf/doc/error.htm @@ -0,0 +1,25 @@ + + + + +Error + + + +

Error

+Error(string msg) +

Description

+This method is automatically called in case of fatal error; it simply outputs the message +and halts the execution. An inherited class may override it to customize the error handling +but should always halt the script, or the resulting document would probably be invalid. +

Parameters

+
+
msg
+
+The error message. +
+
+
+
Index
+ + -- cgit