Part of twisted.python.filepath View Source View In Hierarchy
Known subclasses: twisted.python.filepath._WindowsUnlistableError
This error will try to look as much like the original error as possible, while still being catchable as an independent type.
Instance Variable | originalException | the actual original exception instance, either an OSError
or a WindowsError . |
Method | __init__ | Create an UnlistableError exception. |
Parameters | originalException | an instance of OSError. |