const mixinafPlastic::SrcCodeErr
afPlastic::SrcCodeErr
A mixin for Errs that report errors in source code.
- errLineNo
- abstract Int errLineNo()- The line number in the source code where the error occurred. 
- linesOfPadding
- abstract Int linesOfPadding()- How many lines of code to show on either side of the error. 
- msg
- abstract Str msg()- The err msg 
- srcCode
- abstract SrcCodeSnippet srcCode()- The source code where the error occurred. 
- toSnippetStr
- Str toSnippetStr()