From 63293e1902c85a10a804db9325456b90e71a37c3 Mon Sep 17 00:00:00 2001 From: Nathan Weinberg Date: Wed, 6 Aug 2025 09:58:56 -0400 Subject: [PATCH] docs: add use of custom exceptions to code style guide Signed-off-by: Nathan Weinberg --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb223dc40..066fcecf0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -157,6 +157,7 @@ uv sync that describes the configuration. These descriptions will be used to generate the provider documentation. * When possible, use keyword arguments only when calling functions. +* Llama Stack utilizes [custom Exception classes](llama_stack/apis/common/errors.py) for certain Resources that should be used where applicable. ## Common Tasks