mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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
|