Class for library exception.
Most often, this is thrown when a Ddoc document is misformatted (unmatching parenthesis, too much arguments to a macro...).
Allow method chaining: throw new DdocException().snippet(lexer.text);
See Implementation
Class for library exception.
Most often, this is thrown when a Ddoc document is misformatted (unmatching parenthesis, too much arguments to a macro...).