xdrlib.Error

exception xdrlib.Error(msg)[source]

Exception class for this module. Use:

except xdrlib.Error, var:
# var has the Error instance for the exception
Public ivars:
msg – contains the message