Subclasses of jsonrpc.exceptions.Error are used to return JSONRPC error responses in well defined situations and should not call the got_request_exception signal used for uncaught exceptions.
This is similar to the behaviour of the Django Http404 exception.
This pull request is similar to samuraisam/django-json-rpc#40 but without using a configuration option.
Subclasses of jsonrpc.exceptions.Error are used to return JSONRPC error responses in well defined situations and should not call the got_request_exception signal used for uncaught exceptions.
This is similar to the behaviour of the Django Http404 exception.
This pull request is similar to samuraisam/django-json-rpc#40 but without using a configuration option.