class CLTK::InternalParserException

Overview

Used for runtime exceptions that are the parsers fault. These should never be observed in the wild.

Defined in:

cltk/parser/exceptions/internal_parser_exception.cr

Constructors

Instance methods inherited from class Object

in?(collection : Array | Set) in?

Constructor Detail

def self.new(message) #

[View source]