MissingPy-0.10.6: Haskell interface to Python

MaintainerJohn Goerzen,
Safe HaskellSafe-Infered

Python.Exceptions.ExcTypes

Description

Maintainer : jgoerzen@complete.org Stability : provisional Portability: portable

Python low-level exception definitions

These are definitions of the built-in Python exception objects. You can use them with doesExceptionMatch and catchSpecificPy.

The meanings of these exceptions can be found at http://www.python.org/doc/current/lib/module-exceptions.html.

Please note that windowsError is available only on Microsoft platforms.

Written by John Goerzen, jgoerzen@complete.org

Synopsis

Documentation

pyMainException :: PyObjectSource

This is Exception in Python; renamed to avoid naming conflicts here.