Skip to content

Commit

Permalink
remove wrong throws
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Apr 15, 2024
1 parent a4a0ad6 commit dc2d3e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DXFeedFramework/Api/DXFeed+LastEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public extension DXFeed {
/// - type: ``IEventType``.
/// - symbol: ``Symbol``
/// - Returns: Task
/// - Throws: ``GraalException``. Rethrows exception from Java.
@available(iOS 13.0, *)
@available(macOS 10.15, *)
func getLastEvent(type: IEventType.Type,
Expand Down Expand Up @@ -102,7 +101,6 @@ public extension DXFeed {
/// - type: ``IEventType``.
/// - symbol: The list of ``Symbol``
/// - Returns: The list of ``MarketEvent``
/// - Throws: ``GraalException``. Rethrows exception from Java.
@available(iOS 13.0, *)
@available(macOS 10.15, *)
func getLastEvents(type: IEventType.Type, symbols: [Symbol]) async -> [MarketEvent] {
Expand Down Expand Up @@ -264,6 +262,5 @@ public extension DXFeed {
fromTime: fromTime,
toTime: toTime)
return Promise(native: nativePromise)

}
}

0 comments on commit dc2d3e4

Please sign in to comment.