teil8.
This commit is contained in:
9
teil8/myexception.py
Normal file
9
teil8/myexception.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from meineexception import MeineException
|
||||
|
||||
def func():
|
||||
raise MeineException('meine eigene Exception')
|
||||
|
||||
|
||||
|
||||
func()
|
||||
|
Reference in New Issue
Block a user