org.hl7.fhir.core icon indicating copy to clipboard operation
org.hl7.fhir.core copied to clipboard

Use extension class on Exception to force try-catch blocks on checkCodeOnServer calls

Open dotasek opened this issue 9 months ago • 0 comments

checkCodeOnServer calls in InstanceValidator can produce general Exceptions. By switching to a wrapper exception, we can force handling of any internal exceptions in InstanceValidator code.

dotasek avatar May 01 '24 19:05 dotasek