Exception: Yast::OSReleaseFileMissingError

Inherits:
StandardError
  • Object
show all
Defined in:
../../library/general/src/modules/OSRelease.rb

Instance Method Summary (collapse)

Constructor Details

- (OSReleaseFileMissingError) initialize(message)

Returns a new instance of OSReleaseFileMissingError



35
36
37
# File '../../library/general/src/modules/OSRelease.rb', line 35

def initialize(message)
  super message
end