Ham.TypeMatchError exception (Ham v0.3.1)

View Source

An error thrown when Ham detects that values in a function call don't match types defined in typespecs.

Summary

Types

t()

@type t() :: %Ham.TypeMatchError{__exception__: true, reasons: term()}

Functions

translate(exception)