class Acorn::UnexpectedEndError

Overview

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.

Defined in:

acorn/unexpected_end_error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(position : Int32) #

[View source]

Instance Method Detail

def position : Int32 #

[View source]