laboiteproject/lenuage

View on GitHub
boites/exceptions.py

Summary

Maintainability
A
0 mins
Test Coverage
class ExternalWebserviceError(Exception):
    pass


class ExternalDataError(Exception):
    pass