Improved InvalidRpcArgumentException handling
This commit is contained in:
parent
55137a93f2
commit
0ed6a36d50
11 changed files with 43 additions and 25 deletions
|
@ -35,7 +35,7 @@
|
|||
}
|
||||
catch(InvalidArgumentException $e)
|
||||
{
|
||||
throw new InvalidRpcArgumentException('peer', $e->getMessage());
|
||||
throw new InvalidRpcArgumentException('peer', $e);
|
||||
}
|
||||
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue