This module contains support code for new-styled error handling via an nkError node kind.
Procs
- proc errorSubNode(n: PNode): PNode {....raises: [], tags: [].} 
- Source Edit
- proc errorToString(config: ConfigRef; n: PNode): string {. ...raises: [ValueError, Exception, KeyError, OSError], tags: [RootEffect, ReadDirEffect].} 
- Source Edit