mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +00:00
5 lines
180 B
Python
5 lines
180 B
Python
|
|
# this is an internal exception wrapper that is used to raise exceptions
|
|
# when you dont want them logged ot the metric logging system
|
|
class ExceptionWrapper(Exception):
|
|
pass
|