public static function unclosedString(int $position) : self { return new self(\sprintf('Unclosed/invalid string at %s.', $position)); }