Exception: AdLint::UnterminatedCommentError

Inherits:
FatalError 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) ⇒ 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