root/releases/pkgcore-checks/0.3/pkgcore_checks/errors.py @ marienz%2540gentoo.org-20061121203149-b5d4c6931f9e1ae2

Revision marienz%2540gentoo.org-20061121203149-b5d4c6931f9e1ae2, 186 bytes (checked in by Marien Zwart <marienz@…>, 2 years ago)

Add separate modules for exception subclasses and reporter implementations.

Line 
1# Copyright: 2006 Marien Zwart <marienz@gentoo.org>
2# License: GPL2
3
4
5"""Exception subclasses."""
6
7
8class ReporterInitError(Exception):
9    """Raise this if a reporter factory fails."""
Note: See TracBrowser for help on using the browser.