Skip to content

Commit 1b5be17

Browse files
authored
Update (#3118)
1 parent e45c0e1 commit 1b5be17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

link/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ class MismatchedDataStructureExceptionExtractor
235235
class UnexpectedResponseStructureExceptionExtractor
236236
extends LinkExceptionExtractor<UnexpectedResponseStructureException> {}
237237
238-
class OperationExceptionExtractor extends ExceptionCauseExtractor<T> {
238+
class OperationExceptionExtractor extends ExceptionCauseExtractor<OperationException> {
239239
@override
240-
ExceptionCause? cause(T error) {
240+
ExceptionCause? cause(OperationException error) {
241241
return ExceptionCause(error.linkException, error.originalStackTrace);
242242
}
243243
}

0 commit comments

Comments
 (0)