Exception: Yast2::SnapshotCreationFailed
- Inherits:
-
StandardError
- Object
- StandardError
- Yast2::SnapshotCreationFailed
- Defined in:
- library/system/src/lib/yast2/fs_snapshot.rb
Overview
Represents the fact that the snapshot could not be created.
Instance Method Summary collapse
-
#initialize ⇒ SnapshotCreationFailed
constructor
A new instance of SnapshotCreationFailed.
Constructor Details
#initialize ⇒ SnapshotCreationFailed
Returns a new instance of SnapshotCreationFailed.
60 61 62 |
# File 'library/system/src/lib/yast2/fs_snapshot.rb', line 60 def initialize super "Filesystem snapshot could not be created." end |