View Source NimbleOwnership.Error exception (NimbleOwnership v0.1.0)

Exception struct returned by NimbleOwnership functions.

Summary

Types

@type t() :: %NimbleOwnership.Error{
  __exception__: true,
  reason: {:already_allowed, pid()}
}