module Mint::Errorable

Overview

This module is used in all of things which can error out (parser, type checker, scope builder, etc...)

Direct including types

Defined in:

errorable.cr

Instance Method Summary

Instance Method Detail

def error!(name : Symbol, &) #

[View source]
def unreachable!(message : String) #

[View source]