diff options
author | Rob Austein <sra@hactrn.net> | 2008-03-04 01:27:46 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-03-04 01:27:46 +0000 |
commit | 52857d80a3075673d2a63ea7299ea33d5e431d54 (patch) | |
tree | 1c7ef5a0573ff1e58b3b4ea68f76351f8112a16b /rpkid/rpki/exceptions.py | |
parent | 6a44193684736e4c9b363543d05e4895fac03cf7 (diff) |
Checkpoint
svn path=/rpkid/rpki/exceptions.py; revision=1545
Diffstat (limited to 'rpkid/rpki/exceptions.py')
-rw-r--r-- | rpkid/rpki/exceptions.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py index c1475680..5093d2a4 100644 --- a/rpkid/rpki/exceptions.py +++ b/rpkid/rpki/exceptions.py @@ -84,3 +84,6 @@ class BadIRDBReply(Exception): class NotFound(Exception): """Object not found in database.""" + +class MustBePrefix(Exception): + """Resource range cannot be expressed as a prefix.""" |