Exception: Yast2::Systemd::SystemctlError

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

Overview

Exception when systemctl command failed

Instance Method Summary collapse

Constructor Details

#initialize(details) ⇒ SystemctlError

Returns a new instance of SystemctlError.

Parameters:

  • details (#to_s)


16
17
18
# File 'library/systemd/src/lib/yast2/systemd/target.rb', line 16

def initialize(details)
  super "Systemctl command failed: #{details}"
end