summaryrefslogtreecommitdiff
path: root/buildstream/_exceptions.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-06 18:22:35 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-06 18:22:35 +0900
commit0ed7bd122679f82158a000a8bca5cd868fbdfb4e (patch)
tree09b943f97baf30ead0caa25e07ea1acdf11d1a5c /buildstream/_exceptions.py
parent27aac095bdb6b0025c989572789a1f98d8d89b3c (diff)
downloadbuildstream-0ed7bd122679f82158a000a8bca5cd868fbdfb4e.tar.gz
Refactoring: Rename _ArtifactError -> ArtifactError
This is now part of the already private _exceptions module
Diffstat (limited to 'buildstream/_exceptions.py')
-rw-r--r--buildstream/_exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_exceptions.py b/buildstream/_exceptions.py
index c1deee786..587e8dd80 100644
--- a/buildstream/_exceptions.py
+++ b/buildstream/_exceptions.py
@@ -166,5 +166,5 @@ class SandboxError(_BstError):
#
# Raised when errors are encountered in the artifact caches
#
-class _ArtifactError(_BstError):
+class ArtifactError(_BstError):
pass