class Acorn::UnexpectedInputError

Overview

Raised when the next character doesn't have a valid transition.

Duplicated in static_machine/template.ecr

Defined in:

acorn/unexpected_input_error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(char : Char, position : Int32) #

[View source]

Instance Method Detail

def char : Char #

[View source]
def position : Int32 #

[View source]