introduce GajimGeneralException and use that instead of RunTimeError when...
introduce GajimGeneralException and use that instead of RunTimeError when raising so instances are not created. This is better because python can also raise RunTimeError, which we will catch by accident and we do not want that to happen
Showing
- src/common/exceptions.py 10 additions, 5 deletionssrc/common/exceptions.py
- src/config.py 3 additions, 1 deletionsrc/config.py
- src/dialogs.py 4 additions, 3 deletionssrc/dialogs.py
- src/disco.py 2 additions, 1 deletionsrc/disco.py
- src/groupchat_control.py 6 additions, 6 deletionssrc/groupchat_control.py
- src/roster_window.py 5 additions, 3 deletionssrc/roster_window.py
Loading
Please register or sign in to comment