Skip to content

Commit 01c0990

Browse files
committed
Create SwiftTraderWebSocketError
- invalidWebSocketURL
1 parent 18aef99 commit 01c0990

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
//
2+
// SwiftTraderWebSocketError.swift
3+
//
4+
//
5+
// Created by Fernando Fernandes on 03.01.24.
6+
//
7+
8+
import Foundation
9+
10+
public enum SwiftTraderWebSocketError: Error {
11+
case invalidWebSocketURL(urlString: String)
12+
}

0 commit comments

Comments
 (0)