class

Tryst::TclError

Inherits Exception < Reference < Object

errorinfo/errorcode mirror Tcl's own -errorinfo/-errorcode return options (ruby-tryst's raise_tcl_error, ext/tryst/tcltkbridge.c) - the traceback through Tcl procs, and the machine-readable error category, respectively. Either may be nil if Tcl didn't set one.

Constructors

new(message : String, errorinfo : String | Nil = nil, errorcode : String | Nil = nil)
Source

Instance methods

errorcode
Source
errorinfo
Source