Conduit.error

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

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

Parameters

func_name string

name of the method that failed

msg string

message description of the error

file string

file where exception is thrown

line long

line where exception is thrown

Meta