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