1 2 3 4 5 6
} catch ({{ exception_class }} ex) { throw ex; } catch (Throwable e) { throw new {{ exception_class }}("{{ method_name }}: failed", e); } }