Exception: Yast2::Systemd::ServiceNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Yast2::Systemd::ServiceNotFound
- Defined in:
- library/systemd/src/lib/yast2/systemd/service.rb
Overview
Represent a missing service
Instance Method Summary collapse
-
#initialize(service_name) ⇒ ServiceNotFound
constructor
A new instance of ServiceNotFound.
Constructor Details
#initialize(service_name) ⇒ ServiceNotFound
Returns a new instance of ServiceNotFound.
12 13 14 |
# File 'library/systemd/src/lib/yast2/systemd/service.rb', line 12 def initialize(service_name) super "Service unit '#{service_name}' not found" end |