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.

msg

Source

abstract Str msg()

The err msg

print

Source

Str print(Str msg, Int linesOfPadding)

srcCode

Source

abstract SrcCodeSnippet srcCode()

The source code where the error occurred.