Skip to content
Feather Programming Language
Main Navigation
Home
Philosophy
Documentation
Appearance
Menu
Return to top
On this page
error
Raise an error with a message.
Syntax
tcl
error
message ?info? ?code?
Parameters
message
: The error message string
info
: Initial stack trace information (optional)
code
: Machine-readable error code (optional)
Examples
Feather
▶ Run
Output
Clear
Feather
▶ Run
Output
Clear
See Also
throw
catch
try