Initial commit of version 2
This commit is contained in:
commit
ff7105eedc
23 changed files with 782 additions and 0 deletions
3
exceptions/HieraException.py
Normal file
3
exceptions/HieraException.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
class HieraException(Exception):
|
||||
def __init__(self, message = ''):
|
||||
super().__init__(message)
|
||||
0
exceptions/__init__.py
Normal file
0
exceptions/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue