mirror of
https://github.com/Screenly/Anthias.git
synced 2026-01-22 21:18:17 -05:00
8 lines
133 B
Python
8 lines
133 B
Python
from __future__ import unicode_literals
|
|
class SigalrmException(Exception):
|
|
pass
|
|
|
|
|
|
class ZmqCollectorTimeout(Exception):
|
|
pass
|