瀏覽代碼

Remove MissingDependencyException

ManlyMarco 4 年之前
父節點
當前提交
72fc21fc1c
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0 9
      BepInEx/Contract/Attributes.cs

+ 0 - 9
BepInEx/Contract/Attributes.cs

@@ -292,15 +292,6 @@ namespace BepInEx
 		}
 	}
 
-	/// <summary>
-	/// An exception which is thrown when a plugin's dependencies cannot be found.
-	/// </summary>
-	[Obsolete]
-	public class MissingDependencyException : Exception
-	{
-		public MissingDependencyException(string message) : base(message) { }
-	}
-
 	#endregion
 
 	#region Build configuration