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]
      
      Last modified on 31 October 2012, at 15:27