exception documentation
class UnlistableError(OSError): (source)
Constructor: UnlistableError(originalException)
An exception which is used to distinguish between errors which mean 'this is not a directory you can list' and other, more catastrophic errors.
This error will try to look as much like the original error as possible, while still being catchable as an independent type.
Method | __init__ |
Create an UnlistableError exception. |
Instance Variable | original |
the actual original exception instance. |