m
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x020000E5 RID: 229
|
||||
internal class AnalysisFailedException : Exception
|
||||
{
|
||||
// Token: 0x060004ED RID: 1261 RVA: 0x00003816 File Offset: 0x00001A16
|
||||
public AnalysisFailedException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user