diff options
author | Sashi20 | 2020-10-07 12:57:57 +0530 |
---|---|---|
committer | GitHub | 2020-10-07 12:57:57 +0530 |
commit | 58876c85f58b99a39284bc4acae154476a0abd47 (patch) | |
tree | 577183c8d9003cf6245a4f335df00d4de97fc335 /pdf/fpdf/doc/error.htm | |
parent | 6cf1ae3197d43c264fad65e094c4ebc04a596a7b (diff) | |
parent | 94f06e717ab414c3df505147f44642452bc27daf (diff) | |
download | om_pssp-58876c85f58b99a39284bc4acae154476a0abd47.tar.gz om_pssp-58876c85f58b99a39284bc4acae154476a0abd47.tar.bz2 om_pssp-58876c85f58b99a39284bc4acae154476a0abd47.zip |
Merge pull request #18 from Sashi20/master
Update FPDF version, headers to download file
Diffstat (limited to 'pdf/fpdf/doc/error.htm')
-rw-r--r--[-rwxr-xr-x] | pdf/fpdf/doc/error.htm | 7 |
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..100644 --- 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>
|