Conduit.error

Throw an IOException, with the provided message, function name and error code.

  1. void error(istring msg)
  2. void error(int error_code, istring func_name, istring msg, istring file, long line)
    class Conduit
    void
    error
    (,,
    istring msg = ""
    ,
    istring file = __FILE__
    ,
    long line = __LINE__
    )

Parameters

func_name istring

name of the method that failed

msg istring

message description of the error

file istring

file where exception is thrown

line long

line where exception is thrown

Meta