Exception: DoSnapshot::EventError

Inherits:
RequestError show all
Defined in:
lib/do_snapshot.rb

Overview

When Event is failed!

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ EventError

Returns a new instance of EventError.



100
101
102
103
# File 'lib/do_snapshot.rb', line 100

def initialize(*args)
  DoSnapshot.logger.error "Event id: #{args[0]} is failed!"
  super
end