Exception: Yast2::PreviousSnapshotNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
library/system/src/lib/yast2/fs_snapshot.rb

Overview

Represents that does not exist a suitable 'pre' snapshot for a new 'post' snapshot.

Instance Method Summary collapse

Constructor Details

#initializePreviousSnapshotNotFound

Returns a new instance of PreviousSnapshotNotFound.



53
54
55
# File 'library/system/src/lib/yast2/fs_snapshot.rb', line 53

def initialize
  super "Previous snapshot was not found."
end