X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fbindings%2Frmr-python%2Frmr%2Fexceptions.py;fp=src%2Fbindings%2Frmr-python%2Frmr%2Fexceptions.py;h=0000000000000000000000000000000000000000;hb=6788364c91eb834f4a29b99373ea36c0a975242e;hp=c1f1a887368e4b65a958cf51524cd4fbe94e658d;hpb=b021c0dbde7e13ad02c2ac0669e0530a40a9eb85;p=ric-plt%2Flib%2Frmr.git diff --git a/src/bindings/rmr-python/rmr/exceptions.py b/src/bindings/rmr-python/rmr/exceptions.py deleted file mode 100644 index c1f1a88..0000000 --- a/src/bindings/rmr-python/rmr/exceptions.py +++ /dev/null @@ -1,31 +0,0 @@ -# ================================================================================== -# Copyright (c) 2019-2020 Nokia -# Copyright (c) 2018-2020 AT&T Intellectual Property. -# -# 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. -# ================================================================================== -""" -Custom Exceptions -""" - - -class BadBufferAllocation(BaseException): - """a bad buffer was allocated, check the rmr context""" - - -class MeidSizeOutOfRange(BaseException): - """an attempt to set the MEID with a buffer that was too large""" - - -class InitFailed(BaseException): - """rmr init failure, the context is unusable"""