Source code for pysqllike.translation.code_exception

"""
One class which visits a syntax tree.


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


[docs]class CodeException(Exception): """ Custom exception for this subfolder. :githublink:`%|py|11` """ pass