We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b0598 commit 6942b81Copy full SHA for 6942b81
src/core/DataValidator.Context.pas
@@ -320,7 +320,7 @@ function TDataValidatorContext<T>.AddSchema(const ASchema: IDataValidatorSchemaC
320
Result := FOwner;
321
322
if not Assigned(ASchema) then
323
- raise EDataValidatorException.Create('Schema is nil!');
+ raise EDataValidatorException.Create('Schema is nil');
324
325
LListValidatorItem := (ASchema as IDataValidatorContextBase<IDataValidatorItem>).GetItem;
326
0 commit comments