Exception: Encryptbot::Error::EncryptbotError
- Inherits:
-
StandardError
- Object
- StandardError
- Encryptbot::Error::EncryptbotError
- Defined in:
- lib/encryptbot/exceptions.rb
Direct Known Subclasses
CloudflareDNSError, DynDNSError, HerokuCertificateError, InvalidOrderError, Route53DNSError, SetupError, UnknownServiceError
Instance Method Summary collapse
-
#initialize(msg = "") ⇒ EncryptbotError
constructor
A new instance of EncryptbotError.
Constructor Details
#initialize(msg = "") ⇒ EncryptbotError
Returns a new instance of EncryptbotError.
6 7 8 |
# File 'lib/encryptbot/exceptions.rb', line 6 def initialize(msg = "") super(msg) end |