Exception: SSLExpiry::SSLError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ssl_expiry/errors.rb

Overview

User supplied an invalid token (instead of a missing token)

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'SSL Error') ⇒ SSLError



15
16
17
# File 'lib/ssl_expiry/errors.rb', line 15

def initialize(msg = 'SSL Error')
    super
end