X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=a1%2Fexceptions.py;h=c76e9f2bc2df1c1d2b660c90ca1853bf00013a66;hb=0719e9e18b09451bee9a6d81c4faccf69d425740;hp=be113ba4a2a4002250f5808b907dd7262730f36c;hpb=bfa46147cce23a46a49fb53dfae8a790b0fe34e4;p=ric-plt%2Fa1.git diff --git a/a1/exceptions.py b/a1/exceptions.py index be113ba..c76e9f2 100644 --- a/a1/exceptions.py +++ b/a1/exceptions.py @@ -19,6 +19,10 @@ Custom Exceptions """ +class CantDeleteNonEmptyType(BaseException): + """tried to delete a type that isn't empty""" + + class PolicyInstanceNotFound(BaseException): """a policy instance cannot be found"""