Exception: Yast2::SnapperNotConfigurable

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

Overview

Represents that a Snapper configuration was attempted at the wrong time or system, since it's only possible in a fresh installation after software installation.

Instance Method Summary collapse

Constructor Details

#initializeSnapperNotConfigurable

Returns a new instance of SnapperNotConfigurable.



45
46
47
# File 'library/system/src/lib/yast2/fs_snapshot.rb', line 45

def initialize
  super "Programming error: Snapper cannot be configured at this point."
end