We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9681e commit 81806dcCopy full SHA for 81806dc
osu.NET/Helpers/CanReturnAPIErrorAttribute.cs
@@ -8,4 +8,4 @@
8
/// </summary>
9
/// <param name="errors">The API error types that can be returned.</param>
10
[AttributeUsage(AttributeTargets.Method)]
11
-public class CanReturnApiErrorAttribute(params ApiErrorType[] errors) : Attribute;
+internal class CanReturnApiErrorAttribute(params ApiErrorType[] errors) : Attribute;
0 commit comments