Skip to content

Commit

Permalink
💫 Update: RNIBaseError
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed May 12, 2023
1 parent c769f6f commit 1854875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/src_library/React Native/RNIError/RNIBaseError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import Foundation
/// TODO - Move to `react-native-ios-utilities`
/// * Replace older impl. of `RNIError` with this version

public protocol RNIBaseError: Error where ErrorCode == any RNIErrorCode {
public protocol RNIBaseError: Error {

associatedtype ErrorCode;
associatedtype ErrorCode: RNIErrorCode;

static var domain: String { get };

Expand Down

0 comments on commit 1854875

Please sign in to comment.