[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:
parent
c973720c07
commit
46bf741e5d
@ -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'
|
||||
|
@ -25,11 +25,3 @@
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:undoc-members:
|
||||
|
||||
* - Exception Name
|
||||
- Description
|
||||
* - KnownReleasesException
|
||||
- .. autoexception:: armada.exceptions.armada_exceptions.KnownReleasesException
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:undoc-members:
|
||||
|
Loading…
Reference in New Issue
Block a user