From 56f7a3990023caa0052dbb1b9185b03c56c35517 Mon Sep 17 00:00:00 2001
From: Sashi20
Date: Wed, 7 Oct 2020 12:53:11 +0530
Subject: Update FPDF version
---
pdf/fpdf/doc/error.htm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
mode change 100755 => 100644 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
old mode 100755
new mode 100644
index 49b6083..fbbc263
--- a/pdf/fpdf/doc/error.htm
+++ b/pdf/fpdf/doc/error.htm
@@ -9,9 +9,10 @@
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.
+This method is automatically called in case of a fatal error; it simply throws an exception
+with the provided message.
+An inherited class may override it to customize the error handling but the method should
+never return, otherwise the resulting document would probably be invalid.
Parameters
msg
--
cgit