summaryrefslogtreecommitdiff
path: root/pdf/fpdf/doc/error.htm
diff options
context:
space:
mode:
authorSashi202020-07-24 10:49:48 +0530
committerGitHub2020-07-24 10:49:48 +0530
commit5f329d6edfc14681f24f71d4d5c576c53ebe06de (patch)
treef9206fa3594e5f24930260041dd675d2896dc57b /pdf/fpdf/doc/error.htm
parentd1a110bfcc83822afd3b19b5768de4d0d8dae269 (diff)
parent327f2b89a03717a0e1e6e102c51e547556a15ec9 (diff)
downloadcfd_case_study-5f329d6edfc14681f24f71d4d5c576c53ebe06de.tar.gz
cfd_case_study-5f329d6edfc14681f24f71d4d5c576c53ebe06de.tar.bz2
cfd_case_study-5f329d6edfc14681f24f71d4d5c576c53ebe06de.zip
Merge pull request #15 from Sashi20/drupal_7.x
Modify certificate headers and update the FPDF version
Diffstat (limited to 'pdf/fpdf/doc/error.htm')
-rwxr-xr-xpdf/fpdf/doc/error.htm7
1 files changed, 4 insertions, 3 deletions
diff --git a/pdf/fpdf/doc/error.htm b/pdf/fpdf/doc/error.htm
index 49b6083..fbbc263 100755
--- a/pdf/fpdf/doc/error.htm
+++ b/pdf/fpdf/doc/error.htm
@@ -9,9 +9,10 @@
<h1>Error</h1>
<code>Error(<b>string</b> msg)</code>
<h2>Description</h2>
-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.<br>
+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.
<h2>Parameters</h2>
<dl class="param">
<dt><code>msg</code></dt>