Skip to content

Commit

Permalink
Adding addtional info for typed_rpc errors to assit debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ghandic authored and plq committed Jan 11, 2023
1 parent e0b8773 commit acb6860
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spyne/decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,6 @@ def mrpc(*params, **kparams):
return rpc(*params, **kparams)


class TypedRPCException(Exception):
...

def typed_rpc(*args, **kwargs):
no_args = False

Expand Down

0 comments on commit acb6860

Please sign in to comment.