rust/hg-cpython/src/exceptions.rs
changeset 44529 f96b28aa4b79
parent 44206 9804badd5970
child 48519 35ebe6f824be
--- a/rust/hg-cpython/src/exceptions.rs	Fri Jan 17 15:43:46 2020 +0100
+++ b/rust/hg-cpython/src/exceptions.rs	Fri Jan 17 15:09:02 2020 +0100
@@ -40,3 +40,5 @@
 }
 
 py_exception!(rustext, HgPathPyError, RuntimeError);
+py_exception!(rustext, FallbackError, RuntimeError);
+py_exception!(shared_ref, AlreadyBorrowed, RuntimeError);