class Magiika::Error::InternalMatchFail

Overview

when a match fail occurs internally (and is probably not recoverable)

Defined in:

misc/error.cr

Constructors

Instance methods inherited from class Magiika::Error::Internal

to_s to_s

Constructor methods inherited from class Magiika::Error::Internal

new(message : String, cause : Exception | Nil = nil) new

Constructor Detail

def self.new(errors : Array(String)) #

[View source]