mirror of
https://github.com/Screenly/Anthias.git
synced 2026-04-17 21:18:04 -04:00
10 lines
136 B
Python
10 lines
136 B
Python
from __future__ import unicode_literals
|
|
|
|
|
|
class SigalrmError(Exception):
|
|
pass
|
|
|
|
|
|
class ZmqCollectorTimeoutError(Exception):
|
|
pass
|