class HealthCards::MissingPublicKeyError

Exception thrown when a public key is expected or required

Public Class Methods

new(msg = 'Missing public key') click to toggle source
Calls superclass method
# File lib/health_cards/errors.rb, line 21
def initialize(msg = 'Missing public key')
  super(msg)
end