mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 10:59:24 +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;
|
Property Strict : Boolean Read FStrict Write SetStrict;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
EJSONParser = Class(Exception);
|
EJSONParser = Class(EParserError);
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ type
|
|||||||
tkUnknown
|
tkUnknown
|
||||||
);
|
);
|
||||||
|
|
||||||
EScannerError = class(Exception);
|
EScannerError = class(EParserError);
|
||||||
|
|
||||||
|
|
||||||
{ TJSONScanner }
|
{ TJSONScanner }
|
||||||
|
Loading…
Reference in New Issue
Block a user