Exception: Yoker::BackupError
- Inherits:
-
FileOperationError
- Object
- StandardError
- Error
- FileOperationError
- Yoker::BackupError
- Defined in:
- lib/yoker/errors.rb
Overview
Raised when backup operations fail
Instance Method Summary collapse
-
#initialize(path, reason = nil) ⇒ BackupError
constructor
A new instance of BackupError.
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 |