class DoSnapshot::DropletShutdownError

Droplet must be powered off before snapshot operation!

Public Class Methods

new(*args) click to toggle source
Calls superclass method DoSnapshot::RequestActionError::new
# File lib/do_snapshot.rb, line 61
def initialize(*args)
  DoSnapshot.logger.error "Droplet id: #{args[0]} is Failed to Power Off."
  super
end