class DoSnapshot::RequestActionError

Base Exception for cases when we need id for log and/or something actions.

Attributes

id[R]

Public Class Methods

new(*args) click to toggle source
# File lib/do_snapshot.rb, line 53
def initialize(*args)
  @id = args[0]
end