class NemID::OCSP::InvalidSignatureError
Public Class Methods
new(msg='Response is not signed by a trusted certificate')
click to toggle source
Calls superclass method
# File lib/nemid/ocsp/errors.rb, line 6 def initialize(msg='Response is not signed by a trusted certificate') super(msg) end