View Source Ham.TypeMatchError exception (Ham v0.2.0)

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

Summary

Types

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

Functions