Symfony\Component\Serializer\Tests\Normalizer\ObjectDummy::otherMethod PHP Method

otherMethod() public method

public otherMethod ( )
    public function otherMethod()
    {
        throw new \RuntimeException('Dummy::otherMethod() should not be called');
    }