class HealthCards::InvalidCredentialError

Exception thrown when verifiable credential JSON does not include a locatable FHIR Bundle

Public Class Methods

new(msg = 'Unable to locate FHIR Bundle in credential') click to toggle source
Calls superclass method
# File lib/health_cards/errors.rb, line 39
def initialize(msg = 'Unable to locate FHIR Bundle in credential')
  super(msg)
end