Skip to content
GitLab
Explore
Sign in
controller
src
common
orm
Exceptions.py
Find file
Normal view
Permalink
Exceptions.py
90 B
Newer
Older
Common ORM library fully functional.
Lluis Gifre Renom
committed
Oct 11, 2021
1
2
3
class
ConstraintException
(
Exception
):
pass
Context service and Database API rework
Lluis Gifre Renom
committed
Oct 05, 2021
4
5
class
MutexException
(
Exception
):
pass