Exception: Yoker::BackupError

Inherits:
FileOperationError show all
Defined in:
lib/yoker/errors.rb

Overview

Raised when backup operations fail

Instance Method Summary collapse

Constructor Details

#initialize(path, reason = nil) ⇒ BackupError

Returns a new instance of BackupError.



136
137
138
# File 'lib/yoker/errors.rb', line 136

def initialize(path, reason = nil)
  super("backup", path, reason)
end