mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-22 09:30:09 +01:00
6 lines
131 B
Python
6 lines
131 B
Python
class AbortTransaction(Exception):
|
|
"""
|
|
A dummy exception used to trigger a database transaction rollback.
|
|
"""
|
|
pass
|