package com.github.masahitojp.botan.exception; public class BotanException extends Exception { public BotanException(Throwable th) { super(th); } }