exception documentation

class CmdArgSyntaxError(FTPCmdError): (source)

Constructor: CmdArgSyntaxError(*msg)

View In Hierarchy

Raised when a command is called with wrong value or a wrong number of arguments.

Inherited from FTPCmdError:

Method __init__ Undocumented
Method response Generate a FTP response message for this error.
Instance Variable errorMessage Undocumented