You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no consistent way to deal with non-crash errors that occur.
Letting the calling code deal with them is a fine thing, but the caller needs to be informed. Seems like the right thing to do here is to create a P2pNetException class along with specific subclasses and just raise 'em and let the caller sort it out,.
The text was updated successfully, but these errors were encountered:
Currently there is no consistent way to deal with non-crash errors that occur.
Letting the calling code deal with them is a fine thing, but the caller needs to be informed. Seems like the right thing to do here is to create a
P2pNetException
class along with specific subclasses and just raise 'em and let the caller sort it out,.The text was updated successfully, but these errors were encountered: