m
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x020003E0 RID: 992
|
||||
internal class AnalysisFailedException : Exception
|
||||
{
|
||||
// Token: 0x060019A6 RID: 6566 RVA: 0x0000ACFE File Offset: 0x00008EFE
|
||||
public AnalysisFailedException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user