Exception: AdLint::ParseError
- Inherits:
-
FatalError
- Object
- StandardError
- Error
- FatalError
- AdLint::ParseError
- Defined in:
- lib/adlint/error.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(loc, msg_fpath, log_fpath) ⇒ ParseError
constructor
A new instance of ParseError.
Methods inherited from FatalError
Methods inherited from Error
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 |