public function __construct(string $property, ?\Throwable $previous = null) { $msg = \sprintf('Property is not allowed ("%s" is unknown).', $this->property); parent::__construct($msg, 0, $previous); }