Source code for pymmails.render.renderer_exceptions

"""
Exceptions.


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


[docs]class RenderException(Exception): """ Custom exception for all class and functions below. :githublink:`%|py|11` """ pass