diff --git a/armada/exceptions/armada_exceptions.py b/armada/exceptions/armada_exceptions.py index 544bb162..c133610f 100644 --- a/armada/exceptions/armada_exceptions.py +++ b/armada/exceptions/armada_exceptions.py @@ -27,14 +27,3 @@ class ArmadaTimeoutException(ArmadaException): def __init__(self, reason): self._message = 'Armada timed out waiting on: %s' % (reason) super(ArmadaTimeoutException, self).__init__(self._message) - - -class KnownReleasesException(ArmadaException): - ''' - Exception that occurs when no known releases are found. - - **Troubleshoot:** - *Coming Soon* - ''' - - message = 'No known releases found' diff --git a/docs/source/operations/exceptions/armada-exceptions.inc b/docs/source/operations/exceptions/armada-exceptions.inc index 0fb27120..df747f38 100644 --- a/docs/source/operations/exceptions/armada-exceptions.inc +++ b/docs/source/operations/exceptions/armada-exceptions.inc @@ -25,11 +25,3 @@ :members: :show-inheritance: :undoc-members: - - * - Exception Name - - Description - * - KnownReleasesException - - .. autoexception:: armada.exceptions.armada_exceptions.KnownReleasesException - :members: - :show-inheritance: - :undoc-members: