class DoSnapshot::DropletFindError

When Digital Ocean API say us that not found droplet by id. Or something wrong happened.

Public Class Methods

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