Exception: SSLExpiry::UnknownError
- Inherits:
-
StandardError
- Object
- StandardError
- SSLExpiry::UnknownError
- Defined in:
- lib/ssl_expiry/errors.rb
Overview
Catch all - something bad happened but we don’t know what
Instance Method Summary collapse
-
#initialize(msg = 'Something bad happen!') ⇒ UnknownError
constructor
A new instance of UnknownError.
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 |