Exception: AdLint::IllformedIncludeDirectiveError

Inherits:
FatalError
  • Object
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, 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