Browse Source

Hide PageAllocatorException

ghorsington 3 years ago
parent
commit
cd28640819
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BepInEx.IL2CPP/Hook/Allocator/PageAllocator.cs

+ 1 - 1
BepInEx.IL2CPP/Hook/Allocator/PageAllocator.cs

@@ -5,7 +5,7 @@ using MonoMod.Utils;
 
 namespace BepInEx.IL2CPP.Allocator
 {
-	public class PageAllocatorException : Exception
+	internal class PageAllocatorException : Exception
 	{
 		public PageAllocatorException(string message) : base(message) { }
 	}