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