mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 09:29:17 +02:00
* Fix wrong raise statement
This commit is contained in:
parent
d4816d12f7
commit
258211e038
@ -102,7 +102,7 @@ begin
|
|||||||
'E_Base_GAZ':
|
'E_Base_GAZ':
|
||||||
Result := gbpE_Base_GAZ;
|
Result := gbpE_Base_GAZ;
|
||||||
else
|
else
|
||||||
raise EArgumentException('Unknown grapheme break property: ''' + S + '''');
|
raise EArgumentException.Create('Unknown grapheme break property: ''' + S + '''');
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user