alef 0.23.33

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
        } catch ({{ exception_class }} ex) {
            throw ex;
        } catch (Throwable e) {
            throw new {{ exception_class }}("{{ method_name }}: failed", e);
        }
    }