class Merlin::Error::SyntaxFault

Overview

a syntax building fault

Defined in:

misc/error.cr

Constructors

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

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

Constructor Detail

def self.new(message : String, cause : Exception | Nil = nil) #

[View source]