mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 19:48:01 +02:00
* put EInvalidArgument into SysUtils
This commit is contained in:
parent
3181f1f35c
commit
1bfdd851e1
@ -163,6 +163,7 @@ type
|
|||||||
EZeroDivide = Class(EMathError);
|
EZeroDivide = Class(EMathError);
|
||||||
EOverflow = Class(EMathError);
|
EOverflow = Class(EMathError);
|
||||||
EUnderflow = Class(EMathError);
|
EUnderflow = Class(EMathError);
|
||||||
|
EInvalidArgument = class(EMathError);
|
||||||
|
|
||||||
{ Run-time and I/O Errors }
|
{ Run-time and I/O Errors }
|
||||||
EInOutError = class(Exception)
|
EInOutError = class(Exception)
|
||||||
|
Loading…
Reference in New Issue
Block a user