Skip to content

Reader: Implement onSyncFailure:error: in ReaderPostDetailViewController #645

@astralbodies

Description

@astralbodies

There is an unimplemented method in ReaderPostDetailViewController to deal with sync errors with a TODO:

// TODO: Unhandled failure for user interaction
- (void)onSyncFailure:(AFHTTPRequestOperation *)operation error:(NSError *)error {
    @throw ([NSException exceptionWithName:@"Method unimplemented" reason:@"onSyncFailure:error: not implemented in ReaderPostDetailViewController" userInfo:nil]);
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions