Exception: AdLint::MissingSystemHeaderError

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) ⇒ MissingSystemHeaderError

Returns a new instance of MissingSystemHeaderError.



149
150
151
# File 'lib/adlint/error.rb', line 149

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