Skip to content

Commit 63e560e

Browse files
committed
Fix QL doc.
1 parent 39a7d3d commit 63e560e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/src/Diagnostics/FailedExtractions.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ private newtype TExtractionError =
4747
* Superclass for the extraction error hierarchy.
4848
*/
4949
class ExtractionError extends TExtractionError {
50+
/** Gets the string representation of the error. */
5051
string toString() { none() }
5152

5253
/** Gets the error message for this error. */

0 commit comments

Comments
 (0)