class

Acorn::UnexpectedEndError

Inherits Acorn::Error / Exception / Reference / Object

Raised when we reach the end of a string but we aren't in a finishing state of the machine.

Duplicated in static_machine/template.cr.

Constructors

new(position : Int32)
Source

Instance methods

position
Source