X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=a1%2Fexceptions.py;h=be113ba4a2a4002250f5808b907dd7262730f36c;hb=bfa46147cce23a46a49fb53dfae8a790b0fe34e4;hp=1362b2ab60f987ed59ef5269849e7d6468096a81;hpb=30a7bdce9115e6bba8811edae2fc949e404021da;p=ric-plt%2Fa1.git diff --git a/a1/exceptions.py b/a1/exceptions.py index 1362b2a..be113ba 100644 --- a/a1/exceptions.py +++ b/a1/exceptions.py @@ -29,15 +29,3 @@ class PolicyTypeNotFound(BaseException): class PolicyTypeAlreadyExists(BaseException): """a policy type already exists and replace not supported at this time""" - - -class MissingRmrString(BaseException): - pass - - -class MissingManifest(BaseException): - pass - - -class MissingRmrMapping(BaseException): - pass