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