eZ\Publish\Core\REST\Client\Exceptions\PropertyReadOnlyException::__construct PHP Method

__construct() public method

public __construct ( $propertyName )
    public function __construct($propertyName)
    {
        parent::__construct(sprintf('Property "%s" is read-only.', $propertyName));
    }
PropertyReadOnlyException