We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fcaf5 commit 72ee97fCopy full SHA for 72ee97f
1 file changed
core/src/main/java/org/bouncycastle/crypto/util/DerUtil.java
@@ -28,7 +28,7 @@ static byte[] toByteArray(ASN1Primitive primitive)
28
}
29
catch (final IOException e)
30
{
31
- throw Exceptions.illegalStateException("Cannot get encoding: " + e.getMessage(), e)
+ throw Exceptions.illegalStateException("Cannot get encoding: " + e.getMessage(), e);
32
33
34
0 commit comments