const mixinafPlastic::SrcCodeErr

afPlastic::SrcCodeErr

A mixin for Errs that report errors in source code.

errLineNo

Source

abstract Int errLineNo()

The line number in the source code where the error occurred.

linesOfPadding

Source

abstract Int linesOfPadding()

How many lines of code to show on either side of the error.

msg

Source

abstract Str msg()

The err msg

srcCode

Source

abstract SrcCodeSnippet srcCode()

The source code where the error occurred.

toSnippetStr

Source

Str toSnippetStr()