X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2dms%2Fdomain%2Fexceptions.py;h=5a9c151c586eb849cc31985f7e1aa1951857e9c4;hb=58994b7d851b47456eed1820d36cc06803777e3b;hp=688392e17b78965b10993e308c75571cd3da7f39;hpb=5143e92a36bd2142e04d0d80dbc60d68c3da03d7;p=pti%2Fo2.git diff --git a/o2dms/domain/exceptions.py b/o2dms/domain/exceptions.py index 688392e..5a9c151 100644 --- a/o2dms/domain/exceptions.py +++ b/o2dms/domain/exceptions.py @@ -1,22 +1,22 @@ - -# 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 - -from o2common.domain.exceptions import Orano2Exception - - -class NfdeploymentNotFoundError(Orano2Exception): - pass + +# 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 + +from o2common.domain.exceptions import Orano2Exception + + +class NfdeploymentNotFoundError(Orano2Exception): + pass