print_exception multimethod
Methods
- print_exception(e:Exception, level:Int=0, parent:Exception=null, echo:Any=method) Source: stdlib.ngs:8058
Print exception to stderr. Uses inspect(). Parameters
level indentation level to use (two spaces for each level) parent parent exception if print_exception() was called for .cause exception
- print_exception(e:NormalExit) Source: stdlib.ngs:8133
Undocumented