From 1bfdd851e1e4b9cbebddbc7a0599bddb823b2f68 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 5 Feb 2024 22:41:17 +0100 Subject: [PATCH] * put EInvalidArgument into SysUtils --- rtl/objpas/sysutils/sysutilh.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtl/objpas/sysutils/sysutilh.inc b/rtl/objpas/sysutils/sysutilh.inc index 6a1e2b419c..7cf7adf018 100644 --- a/rtl/objpas/sysutils/sysutilh.inc +++ b/rtl/objpas/sysutils/sysutilh.inc @@ -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)