Exception: Yast2::SnapperNotConfigured

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

Constructor Details

#initializeSnapperNotConfigured

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