m
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x0200035E RID: 862
|
||||
internal class AnalysisFailedException : Exception
|
||||
{
|
||||
// Token: 0x06000DF4 RID: 3572 RVA: 0x000072AE File Offset: 0x000054AE
|
||||
public AnalysisFailedException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user