[trivial] Remove unused KnownReleasesException

This patchset simply removes the unused KnownReleasesException
from the code as well as its reference in documentation. This
exception was previously removed because it wasn't needed.

Change-Id: Ie98227e14dd493f083a10a211ec2913af6625df3
This commit is contained in:
Felipe Monteiro 2018-05-15 23:07:54 -04:00
parent c973720c07
commit 46bf741e5d
2 changed files with 0 additions and 19 deletions

View File

@ -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'

View File

@ -25,11 +25,3 @@
:members:
:show-inheritance:
:undoc-members:
* - Exception Name
- Description
* - KnownReleasesException
- .. autoexception:: armada.exceptions.armada_exceptions.KnownReleasesException
:members:
:show-inheritance:
:undoc-members: