package com.trello.rxlifecycle3;

import javax.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public class OutsideLifecycleException extends IllegalStateException {
    public OutsideLifecycleException(@Nullable String str) {
        super(str);
    }
}
