for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpJsonRpc\Error;
class InvalidParamsException extends JsonRpcException
{
/**
* @inheritdoc
*/
public function getJsonRpcCode(): int
return self::INVALID_PARAMS;
}