Exception: Inferno::Exceptions::FhirpathNotFoundException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/inferno/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(fhirpath_name) ⇒ FhirpathNotFoundException

Returns a new instance of FhirpathNotFoundException.



68
69
70
# File 'lib/inferno/exceptions.rb', line 68

def initialize(fhirpath_name)
  super("No '#{fhirpath_name}' FHIRPath evaluator found")
end