mirror of
https://github.com/Screenly/Anthias.git
synced 2026-04-19 22:17:40 -04:00
10 lines
135 B
Python
10 lines
135 B
Python
from __future__ import unicode_literals
|
|
|
|
|
|
class SigalrmException(Exception):
|
|
pass
|
|
|
|
|
|
class ZmqCollectorTimeout(Exception):
|
|
pass
|