rust/hg-cpython/src/exceptions.rs
changeset 42957 7a01778bc7b7
parent 42752 30320c7bf79f
child 44137 3bd77c64bc74
--- a/rust/hg-cpython/src/exceptions.rs	Sun Sep 01 20:53:14 2019 +0200
+++ b/rust/hg-cpython/src/exceptions.rs	Sun Sep 01 20:53:14 2019 +0200
@@ -41,6 +41,7 @@
 
 py_exception!(rustext, PatternError, RuntimeError);
 py_exception!(rustext, PatternFileError, RuntimeError);
+py_exception!(rustext, HgPathPyError, RuntimeError);
 
 impl PatternError {
     pub fn pynew(py: Python, inner: hg::PatternError) -> PyErr {