Exception: Yast2::Systemd::SocketNotFound

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

Overview

Respresent missed socket

Instance Method Summary collapse

Constructor Details

#initialize(socket_name) ⇒ SocketNotFound

Returns a new instance of SocketNotFound.



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

def initialize(socket_name)
  super "Socket unit '#{socket_name}' not found"
end