-
-
Notifications
You must be signed in to change notification settings - Fork 2
Fpdf::error
Fery Wardiyanto edited this page Feb 10, 2015
·
1 revision
Error(<b>string</b> msg)
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.
- `msg`
- The error message.