mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
committed by
GitHub
parent
95b2acb603
commit
699edd049c
@@ -24,6 +24,13 @@ class AbortRequest(Exception):
|
||||
self.message = message
|
||||
|
||||
|
||||
class AbortScript(Exception):
|
||||
"""
|
||||
Raised to cleanly abort a script.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class PermissionsViolation(Exception):
|
||||
"""
|
||||
Raised when an operation was prevented because it would violate the
|
||||
|
Reference in New Issue
Block a user