Exception: MOF::Helper::ScannerError

Inherits:
Error
  • Object
show all
Defined in:
lib/mof/helper.rb

Instance Attribute Summary

Attributes inherited from Error

#line, #lineno, #msg, #name

Instance Method Summary collapse

Methods inherited from Error

#to_s

Constructor Details

#initialize(name, lineno, line, msg) ⇒ ScannerError

Returns a new instance of ScannerError.



130
131
132
# File 'lib/mof/helper.rb', line 130

def initialize name, lineno, line, msg
  super name,lineno,line,"Unrecognized '#{msg}'"
end