mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
fix(LocalBook.saveBookFile): 保存前检查是inputstream否为空
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package io.legado.app.exception
|
||||
|
||||
/**
|
||||
* 文件为空
|
||||
*/
|
||||
class EmptyFileException(msg: String) : NoStackTraceException(msg)
|
||||
Reference in New Issue
Block a user