diff options
author | Thomas Coldrick <thomas.coldrick@codethink.co.uk> | 2020-01-17 15:22:06 +0000 |
---|---|---|
committer | Thomas Coldrick <thomas.coldrick@codethink.co.uk> | 2020-01-23 16:45:35 +0000 |
commit | 8aa7e8b6c2ca418aafddf4ce308a9d0ff56cf467 (patch) | |
tree | 01fef02fe2ca9634b1ede36d5b96fab66a6532f5 /doc | |
parent | bf5f20704831f58d7ced04e960ca8f7b97c6736c (diff) | |
download | buildstream-8aa7e8b6c2ca418aafddf4ce308a9d0ff56cf467.tar.gz |
exceptions: Expose ErrorDomain, ErrorLoadReason
Plugin tests are already accessing this API, but using imports from
private modules. For motivation for this to be exposed publicly, note
that ErrorDomain is an argument for most things in runcli.py, and
LoadErrorReason may be another.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/core_framework.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/core_framework.rst b/doc/source/core_framework.rst index 60fbc5539..bdfa600f5 100644 --- a/doc/source/core_framework.rst +++ b/doc/source/core_framework.rst @@ -20,5 +20,6 @@ useful for working on BuildStream itself. buildstream.buildelement buildstream.scriptelement buildstream.sandbox.sandbox + buildstream.exceptions buildstream.utils buildstream.testing |