Repository URL to install this package:
|
Version:
2.4.1 ▾
|
sincpro-framework
/
exceptions.py
|
|---|
class DTOAlreadyRegistered(Exception):
pass
class DependencyAlreadyRegistered(Exception):
pass
class UnknownDTOToExecute(Exception):
pass
class SincproFrameworkNotBuilt(Exception):
pass