Exception: AdLint::ParseError

Inherits:
FatalError show all
Defined in:
lib/adlint/error.rb

Instance Attribute Summary

Attributes inherited from Error

#location, #parts

Instance Method Summary collapse

Methods inherited from FatalError

#message_name

Methods inherited from Error

#message_name

Constructor Details

#initialize(loc, msg_fpath, log_fpath) ⇒ ParseError

Returns a new instance of ParseError.



137
138
139
# File 'lib/adlint/error.rb', line 137

def initialize(loc, msg_fpath, log_fpath)
  super("failed to parse preprocessed file.", loc, msg_fpath, log_fpath)
end