* Fix wrong raise statement

This commit is contained in:
Michaël Van Canneyt 2024-08-09 09:55:02 +02:00
parent d4816d12f7
commit 258211e038

View File

@ -102,7 +102,7 @@ begin
'E_Base_GAZ':
Result := gbpE_Base_GAZ;
else
raise EArgumentException('Unknown grapheme break property: ''' + S + '''');
raise EArgumentException.Create('Unknown grapheme break property: ''' + S + '''');
end;
end;