Skip to content

Commit bf2face

Browse files
committed
feat: conform VRCKitError to Equatable
1 parent 2b31535 commit bf2face

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/VRCKit/Errors.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Foundation
99

1010
/// An enumeration that represents various errors that can occur in the VRCKit framework.
1111
/// Conforms to the `Error` and `LocalizedError` protocols for better error handling and localization.
12-
public enum VRCKitError: Error, LocalizedError {
12+
public enum VRCKitError: Error, LocalizedError, Equatable {
1313
private typealias RawValue = String
1414

1515
/// Represents an error from the API with details.

0 commit comments

Comments
 (0)