Add in-memory message supply

This commit is contained in:
Joscha 2019-06-03 09:29:12 +00:00
parent 267f419603
commit f4c0416398
3 changed files with 118 additions and 21 deletions

View file

@ -1,9 +1,4 @@
__all__ = ["ElementException", "TreeException"]
__all__ = ["MessageSupplyException"]
class ElementException(Exception):
pass
class TreeException(Exception):
class MessageSupplyException(Exception):
pass