class twisted.protocols.ftp.IsNotADirectoryError(FTPCmdError): (source)
Raised when RMD is called on a path that isn't a directory.
Inherited from FTPCmdError:
| Method | __init__ | Undocumented |
| Instance Variable | errorMessage | Undocumented |
| Method | response | Generate a FTP response message for this error. |