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