Exception: Yast2::Systemd::SystemctlError
- Inherits:
-
StandardError
- Object
- StandardError
- Yast2::Systemd::SystemctlError
- Defined in:
- library/systemd/src/lib/yast2/systemd/target.rb
Overview
Exception when systemctl command failed
Instance Method Summary collapse
-
#initialize(details) ⇒ SystemctlError
constructor
A new instance of SystemctlError.
Constructor Details
#initialize(details) ⇒ SystemctlError
Returns a new instance of SystemctlError.
16 17 18 |
# File 'library/systemd/src/lib/yast2/systemd/target.rb', line 16 def initialize(details) super "Systemctl command failed: #{details}" end |