Skip to content

Commit

Permalink
Fix crash access exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoraes74 committed Jun 26, 2024
1 parent c872402 commit 46c840b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HSTracker/Mono/UnsupportedInteractionProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class UnsupportedInteractionExceptionProxy: MonoHandle, MonoClassInitializer {
super.init(obj: obj)
}

@MonoStringProperty(property: "Message", owner: AggregateExceptionProxy.self)
@MonoStringProperty(property: "Message", owner: UnsupportedInteractionExceptionProxy.self)
var message: String

@MonoHandleProperty(property: "Entity", owner: UnsupportedInteractionExceptionProxy.self)
Expand Down

0 comments on commit 46c840b

Please sign in to comment.