Source code for pysqllike.generic.iter_exceptions

"""
An class which iterates on any set.


:githublink:`%|py|5`
"""


[docs]class IterException (Exception): """ custom exception :githublink:`%|py|11` """ pass
[docs]class NotAllowedOperation(Exception): """ custom exception :githublink:`%|py|19` """ pass
[docs]class SchemaException(Exception): """ custom exception :githublink:`%|py|27` """ pass