mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
* set supported repos * update tests * dawarich: add support for pg18 * postgis: renovate * adventurelog: add support for pg 18 * pgvectors * librechat: add support for postgres 18 * chatwoot: enable support for pg 18 * renovate * fix test - update lib * remove suffix * bump
5 lines
92 B
Python
5 lines
92 B
Python
class RenderError(Exception):
|
|
"""Base class for exceptions in this module."""
|
|
|
|
pass
|