mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 10:46:11 +00:00
6 lines
180 B
Python
6 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
|