class HealthCards::MissingPrivateKeyError

Exception thrown when a private key is expected or required

Public Class Methods

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