X-Git-Url: https://gerrit.onap.org/r/gitweb?p=modeling%2Fetsicatalog.git;a=blobdiff_plain;f=genericparser%2Fpub%2Fexceptions.py;h=b3c797d4aa8ca420e54760aa2c75c61aff09195e;hp=626e5679774aef536cb9628bf81af1dcee484a51;hb=52a969dcc2a935930a559b1780d7c95e1cc45d73;hpb=63c392e9cca3c6654e8383f49e5136fa86d1c72a diff --git a/genericparser/pub/exceptions.py b/genericparser/pub/exceptions.py index 626e567..b3c797d 100644 --- a/genericparser/pub/exceptions.py +++ b/genericparser/pub/exceptions.py @@ -49,5 +49,9 @@ class NsdmDuplicateSubscriptionException(GenericparserException): pass +class BadRequestException(GenericparserException): + pass + + class ArtifactNotFoundException(GenericparserException): pass