Skip to content
Snippets Groups Projects
Commit 3cae5356 authored by Antoine Millet's avatar Antoine Millet
Browse files

Whitespaces.

parent 82707818
No related branches found
No related tags found
No related merge requests found
......@@ -2,15 +2,15 @@
#coding:utf8
class RpcError(Exception):
'''
Exception raised by caller when an error occurs while execution of remote
procedure call.
'''
def __init__(self, exception, message):
self.exception = exception
self.message = message
def __str__(self):
return '%s' % self.message
'''
Exception raised by caller when an error occurs while execution of remote
procedure call.
'''
def __init__(self, exception, message):
self.exception = exception
self.message = message
def __str__(self):
return '%s' % self.message
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment