diff options
Diffstat (limited to 'rpkid/rpki/exceptions.py')
-rw-r--r-- | rpkid/rpki/exceptions.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py index a0aabccc..e98357a0 100644 --- a/rpkid/rpki/exceptions.py +++ b/rpkid/rpki/exceptions.py @@ -258,3 +258,8 @@ class BadPublicationReply(RPKI_Exception): """ Unexpected reply to publication query. """ + +class DuplicateObject(RPKI_Exception): + """ + Attempt to create an object that already exists. + """ |