throw_error (string message) ⇒ void
Throws an error with the message given in msg. If the error is not caught, ZPE will exit the program.
First available: Version 1.4.3.40
Comments
throw_error (string message) ⇒ void
Throws an error with the message given in msg. If the error is not caught, ZPE will exit the program.
Where to search