Packages

Error handling utilities with support for error kinds, context, and sources.

Current section

Files

Jump to
glerror src glerror.app.src
Raw

src/glerror.app.src

{application, glerror, [
{vsn, "1.0.1"},
{applications, [glam,
gleam_stdlib]},
{description, "Error handling utilities with support for error kinds, context, and sources."},
{modules, [glerror,
glerror@@main]},
{registered, []}
]}.