Raised when a process resolves a sandbox without checking it out.
Summary
Types
@type t() :: %RedixSandbox.Errors.NotCheckedOutError{ __exception__: true, callers: [pid()], message: String.t() | nil, sandbox: RedixSandbox.name() }
Raised when a process resolves a sandbox without checking it out.
@type t() :: %RedixSandbox.Errors.NotCheckedOutError{ __exception__: true, callers: [pid()], message: String.t() | nil, sandbox: RedixSandbox.name() }