Exception: Yast2::PreviousSnapshotNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Yast2::PreviousSnapshotNotFound
- 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
-
#initialize ⇒ PreviousSnapshotNotFound
constructor
A new instance of PreviousSnapshotNotFound.
Constructor Details
#initialize ⇒ PreviousSnapshotNotFound
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 |