snowdrop / java-buildpack-client

A simple buildpack (https://buildpacks.io/) platform implementation as a library for java..
Apache License 2.0
13 stars 7 forks source link

refactor: intro/use BuildpackException over checked Exceptions #23

Closed iocanel closed 2 years ago

iocanel commented 2 years ago

The pull request removes checked Exceptions and introduces BuildpackException as a way to launder checked Exceptions and Throwables.