Exception: MOF::Helper::ScannerError
- Defined in:
- lib/mof/helper.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(name, lineno, line, msg) ⇒ ScannerError
constructor
A new instance of ScannerError.
Methods inherited from Error
Constructor Details
#initialize(name, lineno, line, msg) ⇒ ScannerError
108 109 110 |
# File 'lib/mof/helper.rb', line 108 def initialize name, lineno, line, msg super name,lineno,line,"Unrecognized '#{msg}'" end |