public function testGetCode()
 {
     $exception = new InvalidParamException();
     $this->assertSame(-32602, $exception->getCode());
 }