Exception: HealthCards::MissingPrivateKeyError

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

Overview

Exception thrown when a private key is expected or required

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Missing private key') ⇒ MissingPrivateKeyError

Returns a new instance of MissingPrivateKeyError.



14
15
16
# File 'lib/health_cards/errors.rb', line 14

def initialize(msg = 'Missing private key')
  super(msg)
end