We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45c0e1 commit 1b5be17Copy full SHA for 1b5be17
link/README.md
@@ -235,9 +235,9 @@ class MismatchedDataStructureExceptionExtractor
235
class UnexpectedResponseStructureExceptionExtractor
236
extends LinkExceptionExtractor<UnexpectedResponseStructureException> {}
237
238
-class OperationExceptionExtractor extends ExceptionCauseExtractor<T> {
+class OperationExceptionExtractor extends ExceptionCauseExtractor<OperationException> {
239
@override
240
- ExceptionCause? cause(T error) {
+ ExceptionCause? cause(OperationException error) {
241
return ExceptionCause(error.linkException, error.originalStackTrace);
242
}
243
0 commit comments