x-ream / sqli

orm sql query builder, API: QB, QB.X, QrB
http://sqli.xream.io
Apache License 2.0
1.9k stars 813 forks source link

Wrap RuntimeException Interceptor #17

Closed sim-wangyan closed 3 years ago

sim-wangyan commented 3 years ago

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