Exception: AdLint::MissingUserHeaderError

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, basename, msg_fpath, log_fpath) ⇒ MissingUserHeaderError

Returns a new instance of MissingUserHeaderError.



143
144
145
# File 'lib/adlint/error.rb', line 143

def initialize(loc, basename, msg_fpath, log_fpath)
  super("cannot open \"#{basename}\".", loc, msg_fpath, log_fpath)
end