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 f4b823be..8e77beab 100644 --- a/rpkid/rpki/exceptions.py +++ b/rpkid/rpki/exceptions.py @@ -321,3 +321,8 @@ class BadROAPrefix(RPKI_Exception): """ Parse failure for alleged ROA prefix string. """ + +class CommandParseFailure(RPKI_Exception): + """ + Failed to parse command line. + """ |