Source code for tic.exceptions

[docs]class ImproperlyConfigured(Exception): pass
[docs]class FileNotFoundException(Exception): pass