Thanks to visit codestin.com
Credit goes to docs.twisted.org

exception documentation

class CmdNotImplementedForArgError(FTPCmdError): (source)

Constructor: CmdNotImplementedForArgError(*msg)

View In Hierarchy

Raised when the handling of a parameter for a command is not implemented by the server.

Inherited from FTPCmdError:

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