class HealthCards::InvalidPayloadError

Exception thrown when an invalid payload is provided

Public Class Methods

new(msg = 'Bundle is not a valid FHIR Bundle') click to toggle source
Calls superclass method
# File lib/health_cards/errors.rb, line 32
def initialize(msg = 'Bundle is not a valid FHIR Bundle')
  super(msg)
end