class CLTK::Parser::Exceptions::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

Class Method Summary

Instance methods inherited from class Object

in?(collection : Array | Set) in?

Class Method Detail

def self.new(message) #

[View source]