1187 |
1187 |
1188 @param exctype the type of the exception |
1188 @param exctype the type of the exception |
1189 @param excval data about the exception |
1189 @param excval data about the exception |
1190 @param exctb traceback for the exception |
1190 @param exctb traceback for the exception |
1191 """ |
1191 """ |
1192 self.mainThread.user_exception(None, (exctype, excval, exctb), True) |
1192 self.mainThread.user_exception((exctype, excval, exctb), True) |
1193 |
1193 |
1194 def __interceptSignals(self): |
1194 def __interceptSignals(self): |
1195 """ |
1195 """ |
1196 Private method to intercept common signals. |
1196 Private method to intercept common signals. |
1197 """ |
1197 """ |