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.
      8 9 10 11  | 
    
      # File 'lib/encryptbot/exceptions.rb', line 8 def initialize(msg = "") Encryptbot::Slacker.("Unable to autorenew SSL certificate. #{self.class.name} #{msg}") super(msg) end  |