Exception: Yast2::SnapshotCreationFailed

Inherits:
StandardError
  • Object
show all
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

Constructor Details

#initializeSnapshotCreationFailed

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