<?php class ValidationError { use Setter, Getter; private string $text; public function __construct(string $text) { $this->text = $text; } }
You have javascript disabled. You will not be able to edit any code.