package io.reactivex.functions;

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