Methods

print_exceptionΒΆ

print_exception(e:Exception, level:Int=0, parent:Exception=null)

Print exception to stderr. Uses inspect().
Source: stdlib.ngs:3956

level

indentation level to use (two spaces for each level)

parent

parent exception if print_exception() was called for .cause exception