Exception: HealthCards::InvalidCredentialError
- Inherits:
-
HealthCardError
- Object
- StandardError
- HealthCardsError
- HealthCardError
- HealthCards::InvalidCredentialError
- 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
-
#initialize(msg = 'Unable to locate FHIR Bundle in credential') ⇒ InvalidCredentialError
constructor
A new instance of InvalidCredentialError.
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 |