1 package com.github.davidmoten.rx2.exceptions; 2 3 public final class ThrowingException extends RuntimeException { 4 5 private static final long serialVersionUID = 8336479045139136638L; 6 7 }