Implement Element and ElementSupply ABCs
This commit is contained in:
parent
2e56b1b925
commit
a3942c6b80
3 changed files with 145 additions and 5 deletions
7
cheuph/render/exceptions.py
Normal file
7
cheuph/render/exceptions.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
__all__ = ["ElementException", "TreeException"]
|
||||
|
||||
class ElementException(Exception):
|
||||
pass
|
||||
|
||||
class TreeException(Exception):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue