mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
more information in error message
This commit is contained in:
parent
61da8d3c66
commit
f0223ca00a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class ApiImplementation extends ApiInterface.Stub implements ApiMethods {
|
|||
return new ApiObject.Error("Unsupported method code: " + method);
|
||||
}
|
||||
} catch (Throwable e) {
|
||||
return new ApiObject.Error("Exception in method " + method + ": " + e.getMessage());
|
||||
return new ApiObject.Error("Exception in method " + method + ": " + e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue