x-ream/sqli

Wrap RuntimeException Interceptor

sim-wangyan opened this issue · 0 comments

if (e instance of RuntimeException){
throw (RuntimeException) e;
}