Exception: Inferno::Exceptions::FhirpathNotFoundException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Inferno::Exceptions::FhirpathNotFoundException
- Defined in:
- lib/inferno/exceptions.rb
Instance Method Summary collapse
-
#initialize(fhirpath_name) ⇒ FhirpathNotFoundException
constructor
A new instance of FhirpathNotFoundException.
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 |