Class ExceptionUtils

java.lang.Object
io.qameta.allure.util.ExceptionUtils

public final class ExceptionUtils extends Object
  • Method Details

    • sneakyThrow

      public static <T extends Throwable> T sneakyThrow(Throwable throwable) throws T
      Throws:
      T