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.
2 parents 7f6b6d8 + 61a4ba7 commit bdc7defCopy full SHA for bdc7def
fflib/src/classes/fflib_SObjectDomain.cls
@@ -528,11 +528,11 @@ public virtual with sharing class fflib_SObjectDomain
528
/**
529
* Ensures logging of errors in the Domain context for later assertions in tests
530
**/
531
- public class FieldError extends ObjectError
+ public virtual class FieldError extends ObjectError
532
{
533
public SObjectField field;
534
535
- private FieldError()
+ public FieldError()
536
537
538
}
@@ -545,7 +545,7 @@ public virtual with sharing class fflib_SObjectDomain
545
546
public SObject record;
547
548
- private ObjectError()
+ public ObjectError()
549
550
551
0 commit comments