angrybeanie_wagtail/env/lib/python3.12/site-packages/wagtail/embeds/exceptions.py

11 lines
167 B
Python
Raw Permalink Normal View History

2025-07-25 21:32:16 +10:00
class EmbedException(Exception):
pass
class EmbedUnsupportedProviderException(EmbedException):
pass
class EmbedNotFoundException(EmbedException):
pass