: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace Yoast\WHIPv2\Exceptions;
class EmptyProperty extends Exception {
* EmptyProperty constructor.
* @param string $property Property name.
public function __construct( $property ) {
parent::__construct( \sprintf( '%s cannot be empty.', (string) $property ) );