View Source SensitiveData.RedactedException exception (Sensitive Data v0.1.0)

A fully redacted exception.

This is used to replace exceptions raised in a sensitive context, such as within SensitiveData.exec/2.

Summary

Types

@type t() :: %SensitiveData.RedactedException{
  __exception__: true,
  exception_name: module()
}

Functions

Link to this function

message(redacted_exception)

View Source

Callback implementation for Exception.message/1.