Exception: Yast2::Systemd::TargetNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Yast2::Systemd::TargetNotFound
- Defined in:
- library/systemd/src/lib/yast2/systemd/target.rb
Overview
Represents that the given service does not exists
Instance Method Summary collapse
-
#initialize(target_name) ⇒ TargetNotFound
constructor
A new instance of TargetNotFound.
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 |