mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Change the NoNaturalKey exception to no longer derive from Common
which seems to be entirely use for response exceptions. Maybe rename Common?
This commit is contained in:
@@ -103,6 +103,11 @@ class IsMigrating(Common):
|
||||
pass
|
||||
|
||||
|
||||
class NoNaturalKey(Common):
|
||||
class ImportExportError(Exception):
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class NoNaturalKey(ImportExportError):
|
||||
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user