mirror of
https://github.com/Screenly/Anthias.git
synced 2025-12-24 06:48:09 -05:00
10 lines
136 B
Python
10 lines
136 B
Python
from __future__ import unicode_literals
|
|
|
|
|
|
class SigalrmError(Exception):
|
|
pass
|
|
|
|
|
|
class ZmqCollectorTimeoutError(Exception):
|
|
pass
|