mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +02:00
* Made exceptions descendents of EParserError
git-svn-id: trunk@17610 -
This commit is contained in:
parent
ecf77c3fa3
commit
54dbfcdd38
@ -48,7 +48,7 @@ Type
|
||||
Property Strict : Boolean Read FStrict Write SetStrict;
|
||||
end;
|
||||
|
||||
EJSONParser = Class(Exception);
|
||||
EJSONParser = Class(EParserError);
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -46,7 +46,7 @@ type
|
||||
tkUnknown
|
||||
);
|
||||
|
||||
EScannerError = class(Exception);
|
||||
EScannerError = class(EParserError);
|
||||
|
||||
|
||||
{ TJSONScanner }
|
||||
|
Loading…
Reference in New Issue
Block a user