Example #1
0
def RemoteError(description=u""):
    return (_StringException, _StringException(description), None)
Example #2
0
def RemoteError(description=_u("")):
    return (_StringException, _StringException(description), None)
Example #3
0
def RemoteError(description=compat._u("")):
    return (_StringException, _StringException(description), None)