class AdLint::ParseError

Public Class Methods

new(loc, msg_fpath, log_fpath) click to toggle source
Calls superclass method AdLint::Error::new
# 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