Exception: Yast2::Systemd::TargetNotFound

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

Overview

Represents that the given service does not exists

Instance Method Summary collapse

Constructor Details

#initialize(target_name) ⇒ TargetNotFound

Returns a new instance of TargetNotFound.



8
9
10
# File 'library/systemd/src/lib/yast2/systemd/target.rb', line 8

def initialize(target_name)
  super "Target unit '#{target_name}' not found"
end