diff --git a/vcsserver/exceptions.py b/vcsserver/exceptions.py --- a/vcsserver/exceptions.py +++ b/vcsserver/exceptions.py @@ -56,6 +56,8 @@ UnhandledException = functools.partial(_ URLError = functools.partial(_make_exception, 'url_error') +SubrepoMergeException = functools.partial(_make_exception, 'subrepo_merge_error') + class HTTPRepoLocked(HTTPLocked): """