Exception: Yast2::Systemd::SocketNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Yast2::Systemd::SocketNotFound
- Defined in:
- library/systemd/src/lib/yast2/systemd/socket.rb
Overview
Respresent missed socket
Instance Method Summary collapse
-
#initialize(socket_name) ⇒ SocketNotFound
constructor
A new instance of SocketNotFound.
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 |