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

.. autoexception:: dput.exceptions.NoSuchConfigError

Misc Errors
-----------

.. autoexception:: dput.exceptions.ChangesFileException

.. autoexception:: dput.exceptions.NoSuchHostError
