class AdLint::IllformedIncludeDirectiveError

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 155
def initialize(loc, msg_fpath, log_fpath)
  super("#include expects a filename", loc, msg_fpath, log_fpath)
end