print_exception multimethod
Methods
- print_exception(e:Exception) Source: bootstrap.ngs:247
Uses built-in dump() to show an exception. Only used if stdlib is not loaded (stdlib defines better method).
- print_exception(e:Exception, level:Int=0, parent:Exception=null) Source: stdlib.ngs:5724
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