Rebol Programming/net-error
Appearance
USAGE:
[edit | edit source]NET-ERROR info
DESCRIPTION:
[edit | edit source](undocumented)
NET-ERROR is a function value.
ARGUMENTS:
[edit | edit source]- info -- (Type: any)
SOURCE CODE
[edit | edit source]net-error: func [info][make error! info]