Exception: AdLint::UnterminatedCommentError
- Inherits:
-
FatalError
- Object
- StandardError
- Error
- FatalError
- AdLint::UnterminatedCommentError
- Defined in:
- lib/adlint/error.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(loc, msg_fpath, log_fpath) ⇒ UnterminatedCommentError
constructor
A new instance of UnterminatedCommentError.
Methods inherited from FatalError
Methods inherited from Error
Constructor Details
#initialize(loc, msg_fpath, log_fpath) ⇒ UnterminatedCommentError
Returns a new instance of UnterminatedCommentError.
161 162 163 |
# File 'lib/adlint/error.rb', line 161 def initialize(loc, msg_fpath, log_fpath) super("unterminated comment block found.", loc, msg_fpath, log_fpath) end |