Skip to content

Conversation

@ckbo3hrk
Copy link

@ckbo3hrk ckbo3hrk commented Jan 5, 2022

Changes:

Changed Error throwing (#3) to more specialized SignatureVerificationException as catching Error in application code is bad practice.

All JVM errors (like OutOfMemoryError or NoClassDefFoundError) are subclasses of Error and catching Error in application code that uses your library will also catch such JVM errors that can't be handled in a right way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant