This commit is contained in:
Lonami 2018-04-08 16:48:47 +02:00 committed by GitHub
parent 55f4e4b1c2
commit 6b97c2c0af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ class RPCError(Exception):
"""Base class for all Remote Procedure Call errors."""
code = None
message = None
def __reduce__(self):
return type(self), ()