mirror of
https://github.com/Screenly/Anthias.git
synced 2026-02-20 07:54:27 -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
|