exception documentation
class IsADirectoryError(FTPCmdError): (source)
Constructor: IsADirectoryError(*msg)
Raised when DELE is called on a path that is a directory.
Inherited from FTPCmdError:
| Method | __init__ |
Undocumented |
| Method | response |
Generate a FTP response message for this error. |
| Instance Variable | error |
Undocumented |