class DoSnapshot::EventError
When Event is failed!
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/do_snapshot.rb, line 99 def initialize(*args) DoSnapshot.logger.error "Event id: #{args[0]} is failed!" super end