Exception: Yast2::Systemd::ServiceNotFound

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

Overview

Represent a missing service

Instance Method Summary collapse

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