Exception: Y2Firewall::Firewalld::Service::NotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Y2Firewall::Firewalld::Service::NotFound
- Defined in:
- library/network/src/lib/y2firewall/firewalld/service.rb
Overview
Service was not found
Instance Method Summary collapse
-
#initialize(name) ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize(name) ⇒ NotFound
Returns a new instance of NotFound.
41 42 43 |
# File 'library/network/src/lib/y2firewall/firewalld/service.rb', line 41 def initialize(name) super "Service '#{name}' not found" end |