IOException.set

Sets the exception instance.

class IOException
typeof(this)
set
(,,,
istring msg = ""
,
istring file = __FILE__
,
long line = __LINE__
)

Parameters

file_path cstring

path of the file

error_num int

error code (defaults to .errno)

func_name istring

name of the method that failed

msg istring

message description of the error (uses stderr if empty)

file istring

file where exception is thrown

line long

line where exception is thrown

Meta