Exception: Yast::SUSEReleaseFileMissingError

Inherits:
StandardError
  • Object
show all
Defined in:
../../src/modules/SUSERelease.rb

Instance Method Summary (collapse)

Constructor Details

- (SUSEReleaseFileMissingError) initialize(message)

Returns a new instance of SUSEReleaseFileMissingError



35
36
37
# File '../../src/modules/SUSERelease.rb', line 35

def initialize(message)
  super message
end