exception documentation

class CmdNotImplementedError(FTPCmdError): (source)

Constructor: CmdNotImplementedError(*msg)

View In Hierarchy

Raised when an unimplemented command is given to the server.

Inherited from FTPCmdError:

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