Add operate api to GVNFM
[vfc/gvnfm/vnflcm.git] / lcm / lcm / pub / exceptions.py
index 6249dd4..5ff9bc4 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+
 class NFLCMException(Exception):
     pass
+
+
+class NFLCMExceptionNotFound(Exception):
+    pass
+
+
+class NFLCMExceptionConflict(Exception):
+    pass