Remove file that was accidentally added

This commit is contained in:
Mike Salvatore 2021-05-12 08:07:04 -04:00
parent 9476441526
commit e3449d17c7
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
try:
raise Exception("Ex")
except Exception as ex:
print(f"F: {ex}")