commit | 586638050fa632bc4436aa676af40cefa77d2e9f | [log] [tgz] |
---|---|---|
author | gecong1973 <ge.cong@zte.com.cn> | Thu Aug 25 11:08:45 2016 +0800 |
committer | gecong <ge.cong@zte.com.cn> | Wed Aug 31 11:53:04 2016 +0000 |
tree | f74f56f1f9e43d11a950fcbb273829e096c77310 | |
parent | e6e332c42fe2c64e7adc1e9c8ba1dcbbd46f58a3 [diff] |
Correct reraising of exception When an exception is caught and rethrown, it should call 'raise' without any arguments because it shows the place where an exception occured initially instead of place where the exception re-raised Change-Id: I7e11d11ee07fcc6e149d1349e4aba9f86b890c49 Closes-Bug: #1616696