|null */ public ?string $constraint = null; public static function error(string $message, Constraint $constraint): self { $exception = new self($message); $exception->constraint = get_class($constraint); return $exception; } }