Exception: SSLExpiry::UnknownError

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

Overview

Catch all - something bad happened but we don’t know what

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Something bad happen!') ⇒ UnknownError

Returns a new instance of UnknownError.



6
7
8
# File 'lib/ssl_expiry/errors.rb', line 6

def initialize(msg = 'Something bad happen!')
    super
end