LibWechat.Error exception (lib_wechat v0.4.0)

View Source

errors

Summary

Types

t()

@type t() :: %LibWechat.Error{__exception__: true, details: any(), message: binary()}

Functions

new(message, details \\ nil)

@spec new(binary(), any()) :: t()