X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2common%2Fdomain%2Fexceptions.py;fp=o2common%2Fdomain%2Fexceptions.py;h=dac86f333ec53dde7c171891e12a898af5a2d926;hb=5143e92a36bd2142e04d0d80dbc60d68c3da03d7;hp=0000000000000000000000000000000000000000;hpb=a6392b46c7b808b8adeede97c4dd69c5032e0d11;p=pti%2Fo2.git diff --git a/o2common/domain/exceptions.py b/o2common/domain/exceptions.py new file mode 100644 index 0000000..dac86f3 --- /dev/null +++ b/o2common/domain/exceptions.py @@ -0,0 +1,18 @@ +# Copyright (C) 2022 Wind River Systems, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# pylint: disable=too-few-public-methods + +class Orano2Exception(Exception): + pass