|
@@ -143,11 +143,7 @@ type
|
|
EMethodNotFound = class(EFilerError);
|
|
EMethodNotFound = class(EFilerError);
|
|
EInvalidImage = class(EFilerError);
|
|
EInvalidImage = class(EFilerError);
|
|
EResNotFound = class(Exception);
|
|
EResNotFound = class(Exception);
|
|
-{$ifdef FPC_TESTGENERICS}
|
|
|
|
- EListError = fgl.EListError;
|
|
|
|
-{$else}
|
|
|
|
- EListError = class(Exception);
|
|
|
|
-{$endif}
|
|
|
|
|
|
+ EListError = {$IFDEF FPC_DOTTEDUNITS}System.{$ENDIF}SysUtils.EListError;
|
|
EBitsError = class(Exception);
|
|
EBitsError = class(Exception);
|
|
EStringListError = class(Exception);
|
|
EStringListError = class(Exception);
|
|
EComponentError = class(Exception);
|
|
EComponentError = class(Exception);
|