small changes
This commit is contained in:
Submodule DTLib.Exceptions/Ben.Demystifier updated: 5f593123de...ffddfa21ec
@@ -10,8 +10,9 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Ben.Demystifier\**"/>
|
||||
<Compile Remove="Ben.Demystifier\**" />
|
||||
<None Remove="Ben.Demystifier\**" />
|
||||
<ProjectReference Include="..\DTLib\DTLib.csproj" />
|
||||
<ProjectReference Include="Ben.Demystifier\src\Ben.Demystifier\Ben.Demystifier.csproj" />
|
||||
<ProjectReference Include="Ben.Demystifier\src\Ben.Demystifier\Ben.Demystifier.csproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
global using DTLib;
|
||||
global using DTLib.Extensions;
|
||||
global using System;
|
||||
using Ben.Demystifier;
|
||||
|
||||
namespace DTLib.Exceptions;
|
||||
|
||||
public static class MyExceptions
|
||||
public static class MyExceptionHelper
|
||||
{
|
||||
|
||||
public static string ExToString(Exception ex)
|
||||
{
|
||||
return ex.ToStringDemystified();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user