Exception: HealthCards::InvalidCredentialError

Inherits:
HealthCardError show all
Defined in:
lib/health_cards/errors.rb

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Unable to locate FHIR Bundle in credential') ⇒ InvalidCredentialError

Returns a new instance of InvalidCredentialError.



39
40
41
# File 'lib/health_cards/errors.rb', line 39

def initialize(msg = 'Unable to locate FHIR Bundle in credential')
  super(msg)
end