Added missing previous

This commit is contained in:
netkas 2025-01-27 12:45:25 -05:00
parent e9f70e7115
commit a05b02da71

View file

@ -32,7 +32,7 @@
}
catch(InvalidArgumentException $e)
{
return $rpcRequest->produceError(StandardError::RPC_INVALID_ARGUMENTS, 'Invalid UUID');
return $rpcRequest->produceError(StandardError::RPC_INVALID_ARGUMENTS, 'Invalid UUID', $e);
}
try