Exception: CertValidator::CrlFetchError

Inherits:
Error
  • Object
show all
Defined in:
lib/cert_validator/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeCrlFetchError

Returns a new instance of CrlFetchError.



18
19
20
# File 'lib/cert_validator/errors.rb', line 18

def initialize
  super "Couldn't fetch CRL."
end