Exception

Return reason for exception

try:
    (do something)
except Exception as e:
    print(f"WARNING: {e}")