mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 13:29:27 +02:00
* Fix wrong raise statement
This commit is contained in:
parent
d4816d12f7
commit
258211e038
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user