Commit 158d9ba9 authored by Jérome Perrin's avatar Jérome Perrin

fixup! maileva_connector: py3

parent e36db7e2
......@@ -121,7 +121,7 @@ def submitRequestWithFailure(**kw):
class ServiceWithException:
def submit(self, **kw):
raise Exception('exception')
raise RuntimeError('exception')
class ClientWithException:
def __init__(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment