Exception: Encryptbot::Error::EncryptbotError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/encryptbot/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "") ⇒ EncryptbotError

Returns a new instance of EncryptbotError.



8
9
10
11
# File 'lib/encryptbot/exceptions.rb', line 8

def initialize(msg = "")
  Encryptbot::Slacker.post_message("Unable to autorenew SSL certificate. #{self.class.name} #{msg}")
  super(msg)
end