package io.reactivex.functions;

/* JADX INFO: loaded from: classes.dex */
public interface Cancellable {
    void cancel() throws Exception;
}
