Mercurial > public > m209
comparison docs/exceptions.rst @ 71:854c5d361011
Documentation cleanup.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 23 Jul 2013 20:18:05 -0500 |
parents | 30aa114bb746 |
children |
comparison
equal
deleted
inserted
replaced
70:753974fc7619 | 71:854c5d361011 |
---|---|
9 The base exception in the hierarchy. It inherits from the built in | 9 The base exception in the hierarchy. It inherits from the built in |
10 Python ``Exception`` class. | 10 Python ``Exception`` class. |
11 | 11 |
12 .. class:: m209.drum.DrumError() | 12 .. class:: m209.drum.DrumError() |
13 | 13 |
14 Inherits from :class:`~m209.M209Error`. This is an internal exception, used | 14 Inherits from :class:`~m209.M209Error`. This exception is used to report |
15 to report drum related errors. | 15 drum related errors. |
16 | 16 |
17 .. class:: m209.key_wheel.KeyWheelError() | 17 .. class:: m209.key_wheel.KeyWheelError() |
18 | 18 |
19 Inherits from :class:`~m209.M209Error`. This is an internal exception, used | 19 Inherits from :class:`~m209.M209Error`. This exception is used to report key |
20 to report key wheel related errors. | 20 wheel related errors. |
21 | 21 |
22 .. class:: m209.keylist.generate.KeyListGenError() | 22 .. class:: m209.keylist.generate.KeyListGenError() |
23 | 23 |
24 Inherits from :class:`~m209.M209Error`. This is public exception, used | 24 Inherits from :class:`~m209.M209Error`. This is public exception, used |
25 to report errors during the key list generation process. | 25 to report errors during the key list generation process. |