mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 18:14:37 +08:00
change exception message
This commit is contained in:
parent
0b0dab200b
commit
12efd35595
@ -55,7 +55,7 @@ namespace DCFApixels.DragonECS
|
|||||||
#if DISABLE_CATH_EXCEPTIONS
|
#if DISABLE_CATH_EXCEPTIONS
|
||||||
throw;
|
throw;
|
||||||
#endif
|
#endif
|
||||||
EcsDebug.PrintError(e.Message);
|
EcsDebug.PrintError(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
@ -67,7 +67,7 @@ namespace DCFApixels.DragonECS
|
|||||||
#if DISABLE_CATH_EXCEPTIONS
|
#if DISABLE_CATH_EXCEPTIONS
|
||||||
throw;
|
throw;
|
||||||
#endif
|
#endif
|
||||||
EcsDebug.PrintError(e.Message);
|
EcsDebug.PrintError(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
@ -103,7 +103,7 @@ namespace DCFApixels.DragonECS
|
|||||||
#if DISABLE_CATH_EXCEPTIONS
|
#if DISABLE_CATH_EXCEPTIONS
|
||||||
throw;
|
throw;
|
||||||
#endif
|
#endif
|
||||||
EcsDebug.PrintError(e.Message);
|
EcsDebug.PrintError(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
@ -115,7 +115,7 @@ namespace DCFApixels.DragonECS
|
|||||||
#if DISABLE_CATH_EXCEPTIONS
|
#if DISABLE_CATH_EXCEPTIONS
|
||||||
throw;
|
throw;
|
||||||
#endif
|
#endif
|
||||||
EcsDebug.PrintError(e.Message);
|
EcsDebug.PrintError(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
@ -151,7 +151,7 @@ namespace DCFApixels.DragonECS
|
|||||||
#if DISABLE_CATH_EXCEPTIONS
|
#if DISABLE_CATH_EXCEPTIONS
|
||||||
throw;
|
throw;
|
||||||
#endif
|
#endif
|
||||||
EcsDebug.PrintError(e.Message);
|
EcsDebug.PrintError(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
@ -163,7 +163,7 @@ namespace DCFApixels.DragonECS
|
|||||||
#if DISABLE_CATH_EXCEPTIONS
|
#if DISABLE_CATH_EXCEPTIONS
|
||||||
throw;
|
throw;
|
||||||
#endif
|
#endif
|
||||||
EcsDebug.PrintError(e.Message);
|
EcsDebug.PrintError(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
@ -199,7 +199,7 @@ namespace DCFApixels.DragonECS
|
|||||||
#if DISABLE_CATH_EXCEPTIONS
|
#if DISABLE_CATH_EXCEPTIONS
|
||||||
throw;
|
throw;
|
||||||
#endif
|
#endif
|
||||||
EcsDebug.PrintError(e.Message);
|
EcsDebug.PrintError(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
@ -211,7 +211,7 @@ namespace DCFApixels.DragonECS
|
|||||||
#if DISABLE_CATH_EXCEPTIONS
|
#if DISABLE_CATH_EXCEPTIONS
|
||||||
throw;
|
throw;
|
||||||
#endif
|
#endif
|
||||||
EcsDebug.PrintError(e.Message);
|
EcsDebug.PrintError(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user