diff options
author | Sashi20 | 2020-08-25 12:38:16 +0530 |
---|---|---|
committer | Sashi20 | 2020-08-25 12:38:16 +0530 |
commit | 6cafd6a796c0ff0c985694c482cd16e1a87a776f (patch) | |
tree | 1cca3cc48eb986e3c43a9cc3de17536310af9b8f /pdf/fpdf/doc/error.htm | |
parent | 9fdf3f392432e51434566feccc8315c0f1b7c6b6 (diff) | |
download | r_textbook_companion-6cafd6a796c0ff0c985694c482cd16e1a87a776f.tar.gz r_textbook_companion-6cafd6a796c0ff0c985694c482cd16e1a87a776f.tar.bz2 r_textbook_companion-6cafd6a796c0ff0c985694c482cd16e1a87a776f.zip |
Update fpdf version
Diffstat (limited to 'pdf/fpdf/doc/error.htm')
-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 --- 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>
|