View Source ExRocketmq.Exception exception (lib_oss v0.1.0)

General exception with an optional string, map, or Keyword list stored in exception details

Summary

Functions

Link to this function

new(message, details \\ nil)

View Source
@spec new(String.t() | nil, any()) :: %ExRocketmq.Exception{
  __exception__: true,
  details: term(),
  message: term()
}