class Mint::Error

Overview

This is the base class of an error, it uses a Message to render to both to the Terminal and to an HTML format.

Direct Known Subclasses

Defined in:

errors/error.cr

Constructors

Instance Method Summary

Constructor Detail


[View source]

Instance Method Detail

def instance : Message #

[View source]
def locals : Locals #

[View source]
def message #

[View source]
def to_html #

[View source]
def to_terminal #

[View source]