Barb


BarbException

Namespace: Barb
Parent Module: Representation

The base Barb exception type

Constructors

ConstructorDescription
new(message, offset, length)
Signature: (message:string * offset:uint32 * length:uint32) -> BarbException

Instance members

Instance memberDescription
Length
Signature: uint32

Length of the substring of the Barb input string at which the error occured.

Offset
Signature: uint32

Offset of the substring of the Barb input string at which the error occured.

Fork me on GitHub