Part of twisted.python.filepath View Source View In Hierarchy
This exception is raised on Windows, for compatibility with previous releases of FilePath where unportable programs may have done "except WindowsError:" around a call to children().
It is private because all application code may portably catchUnlistableError
instead.
Inherited from UnlistableError:
Method | __init__ | Create an UnlistableError exception. |