biscuit-auth / biscuit-java

Java implementation of the Biscuit authentication and authorization token
https://biscuitsec.org/
Apache License 2.0
28 stars 13 forks source link

Transform Error.* to Exception/Throwable #21

Closed KannarFr closed 3 years ago

KannarFr commented 3 years ago

Currently, Error.* are not considered as Exception we should probably make them extend from the Exception class.