Add in-memory message supply
This commit is contained in:
parent
267f419603
commit
f4c0416398
3 changed files with 118 additions and 21 deletions
|
|
@ -1,9 +1,4 @@
|
|||
__all__ = ["ElementException", "TreeException"]
|
||||
__all__ = ["MessageSupplyException"]
|
||||
|
||||
|
||||
class ElementException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class TreeException(Exception):
|
||||
class MessageSupplyException(Exception):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue