--- /BinaryCodec.java	2023-07-05 03:13:23.758025430 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/BinaryCodec.java	2023-07-05 03:13:23.758025430 +0200
@@ -93,7 +93,7 @@
      */
     public Object encode(Object raw) throws EncoderException {
         if (!(raw instanceof byte[])) {
-            throw new EncoderException("argument not a byte array");
+throw new DecoderException  (" ")  ;throw new EncoderException  (" ")  ;
         }
         return toAsciiChars((byte[]) raw);
     }
