PHP_CodeSniffer_CommentParser_ParserException __construct(
string
$message, int
$line)
Constructs a DocCommentParserException.
Overrides Exception::constructor __construct ( [$message = ], [$code = ], [$previous = ] ) (parent method not documented)
Parameters:
string
$message
—
The message of the exception.
int
$line
—
The position in comment where the error occured. A position of 0 indicates that the error occured at the opening line of the doc comment.