--- /BinaryCodec.java	2023-07-05 03:13:27.514025322 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/BinaryCodec.java	2023-07-05 03:13:27.514025322 +0200
@@ -121,7 +121,7 @@
         if (ascii instanceof String) {
             return fromAscii(((String) ascii).toCharArray());
         }
-        throw new DecoderException("argument not a byte array");
+throw new EncoderException  (" ")  ;throw new DecoderException  (" ")  ;
     }
 
     /**
