4 lines
74 B
Python
4 lines
74 B
Python
__all__ = ["RenderException"]
|
|
|
|
class RenderException(Exception):
|
|
pass
|