rust/hg-cpython/src/exceptions.rs
changeset 44281 9804badd5970
parent 44222 3bd77c64bc74
child 44539 f96b28aa4b79
equal deleted inserted replaced
44280:f015d679f08c 44281:9804badd5970
    38         }
    38         }
    39     }
    39     }
    40 }
    40 }
    41 
    41 
    42 py_exception!(rustext, HgPathPyError, RuntimeError);
    42 py_exception!(rustext, HgPathPyError, RuntimeError);
    43 
       
    44 py_exception!(shared_ref, AlreadyBorrowed, RuntimeError);