mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-02-18 23:35:18 -05:00
Co-authored-by: Stefan Ceriu <stefan.ceriu@gmail.com> Co-authored-by: Benjamin Kampmann <ben.kampmann@gmail.com>
12 lines
196 B
Swift
12 lines
196 B
Swift
//
|
|
// ClientError+Error.swift
|
|
// MatrixRustSDK
|
|
//
|
|
// Created by Stefan Ceriu on 09.02.2022.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
// Fixes code generation problem from uniffi
|
|
extension ClientError: Error { }
|