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