torrust-located-error 3.0.0

A library to provide error decorator with the location and the source of the original error.
Documentation
{
    "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
    "version": "0.2",
    "dictionaryDefinitions": [
        {
            "name": "project-words",
            "path": "./project-words.txt",
            "addWords": true
        }
    ],
    "dictionaries": [
        "project-words"
    ],
    "enableFiletypes": [
        "dockerfile",
        "shellscript",
        "toml"
    ],
    "ignorePaths": [
        "target",
        "docs/media/*.svg",
        "contrib/bencode/benches/*.bencode",
        "contrib/dev-tools/su-exec/**",
        "packages/tracker-core/docs/benchmarking/machine/*.txt",
        ".github/labels.json",
        "/project-words.txt",
        "repomix-output.xml",
        "TEMP-*.md",
        "mutants.out",
        "mutants.out.old",
        "docs/issues/**/evidence/*.html"
    ]
}