summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/pub/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/lcm/pub/exceptions.py')
-rw-r--r--lcm/lcm/pub/exceptions.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/lcm/lcm/pub/exceptions.py b/lcm/lcm/pub/exceptions.py
index 5ff9bc42..06a8ac71 100644
--- a/lcm/lcm/pub/exceptions.py
+++ b/lcm/lcm/pub/exceptions.py
@@ -23,3 +23,19 @@ class NFLCMExceptionNotFound(Exception):
class NFLCMExceptionConflict(Exception):
pass
+
+
+class NFLCMExceptionPreconditionFailed(Exception):
+ pass
+
+
+class NFLCMExceptionBadRequest(Exception):
+ pass
+
+
+class NFLCMExceptionInterrupt(Exception):
+ pass
+
+
+class NFLCMExceptionSeeOther(Exception):
+ pass