Skip to content

Commit 81806dc

Browse files
committed
make CanReturnAPIErrorAttribute internal
1 parent 3e9681e commit 81806dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osu.NET/Helpers/CanReturnAPIErrorAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
/// </summary>
99
/// <param name="errors">The API error types that can be returned.</param>
1010
[AttributeUsage(AttributeTargets.Method)]
11-
public class CanReturnApiErrorAttribute(params ApiErrorType[] errors) : Attribute;
11+
internal class CanReturnApiErrorAttribute(params ApiErrorType[] errors) : Attribute;

0 commit comments

Comments
 (0)