class Merlin::Error::UnexpectedCharacter

Overview

unexpected symbol when parsing

Defined in:

misc/error.cr

Constructors

Constructor methods inherited from class Merlin::Error::BadInput

new(message : String, *nargs, **kwargs) new

Constructor Detail

def self.new(character : Char, position : Position) #

[View source]