Astn/JSON-RPC.NET

Improve error message when method not found

hovi opened this issue · 0 comments

hovi commented

The error message ("data" section) generated here:
https://github.com/Astn/JSON-RPC.NET/blob/master/Json-Rpc/Handler.cs#L224

Can be improved to actually display name of the method, that was not found for easier usage of the library.
Can do a PR.