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



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

def initialize(message)
  super message
end