1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Exceptions & Errors
===================
This module contains oodles of exceptions that might be thrown or subclassed
elsewhere.
Base Exceptions
---------------
.. autoexception:: dput.exceptions.DputError
.. autoexception:: dput.exceptions.UploadException
.. autoexception:: dput.exceptions.HookException
Configuration File Errors
-------------------------
.. autoexception:: dput.exceptions.DputConfigurationError
.. autoexception:: dput.exceptions.NoSuchConfigError
.. autoexception:: dput.exceptions.InvalidConfigError
Misc Errors
-----------
.. autoexception:: dput.exceptions.ChangesFileException
.. autoexception:: dput.exceptions.NoSuchHostError
|