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