Commit ea30f7b7 authored by Quxl's avatar Quxl

x

parent 2a73609a
...@@ -261,7 +261,7 @@ public class FileUtil { ...@@ -261,7 +261,7 @@ public class FileUtil {
baos.close(); baos.close();
bytes = baos.toByteArray(); bytes = baos.toByteArray();
} catch (Exception e) { } catch (Exception e) {
throw new FileUtilException(e); throw new FileUtilException("", e);
} }
return bytes; return bytes;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment