Exception: Yast2::SnapperNotConfigured
- Inherits:
-
StandardError
- Object
- StandardError
- Yast2::SnapperNotConfigured
- Defined in:
- library/system/src/lib/yast2/fs_snapshot.rb
Overview
Represents the fact that Snapper is not configured for "/" (root).
Instance Method Summary collapse
-
#initialize ⇒ SnapperNotConfigured
constructor
A new instance of SnapperNotConfigured.
Constructor Details
#initialize ⇒ SnapperNotConfigured
Returns a new instance of SnapperNotConfigured.
36 37 38 |
# File 'library/system/src/lib/yast2/fs_snapshot.rb', line 36 def initialize super "Programming error: Snapper is not configured yet." end |